Skip to content

Commit

Permalink
fix: faq Chinese title
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 22, 2024
1 parent bb02b14 commit c63eca5
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 @@ -53,7 +53,7 @@ const Home = () => {
>
{index === 1 && <font id="about">營隊資訊</font>}
{index === 2 && <font id="info">報名資訊</font>}
{index === 3 && <font id="faq">FAQ</font>}
{index === 3 && <font id="faq">常見問題</font>}
{index === 4 && <font id="traffic">交通資訊</font>}
{index === 5 && <font id="review">歷屆回顧</font>}
</h2>
Expand Down

0 comments on commit c63eca5

Please sign in to comment.