Skip to content

Commit

Permalink
docs(website): fix demo.gif center in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 10, 2024
1 parent 5778507 commit 2d537bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function HomepageHeader() {
</Link>
</div>

<img className="m-5" src="img/demo.gif" />
<img className="mt-5" src="img/demo.gif" />
</div>
</header>
);
Expand Down

0 comments on commit 2d537bb

Please sign in to comment.