We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb02b14 commit c63eca5Copy full SHA for c63eca5
my-app/src/page/Home.js
@@ -53,7 +53,7 @@ const Home = () => {
53
>
54
{index === 1 && <font id="about">營隊資訊</font>}
55
{index === 2 && <font id="info">報名資訊</font>}
56
- {index === 3 && <font id="faq">FAQ</font>}
+ {index === 3 && <font id="faq">常見問題</font>}
57
{index === 4 && <font id="traffic">交通資訊</font>}
58
{index === 5 && <font id="review">歷屆回顧</font>}
59
</h2>
0 commit comments