Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoCoding authored Apr 10, 2024
1 parent 9b9c257 commit 6af521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-app/src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Home = () => {
{index === 5 && <font id="review">歷屆回顧</font>}
</h2>
<hr />
<a href="/" onClick={() => toggleDescription(`image${index}`)}>
<a onClick={() => toggleDescription(`image${index}`)}>
<img
src={
index === 1
Expand Down

0 comments on commit 6af521f

Please sign in to comment.