Skip to content

Commit c63eca5

Browse files
committed
fix: faq Chinese title
1 parent bb02b14 commit c63eca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

my-app/src/page/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Home = () => {
5353
>
5454
{index === 1 && <font id="about">營隊資訊</font>}
5555
{index === 2 && <font id="info">報名資訊</font>}
56-
{index === 3 && <font id="faq">FAQ</font>}
56+
{index === 3 && <font id="faq">常見問題</font>}
5757
{index === 4 && <font id="traffic">交通資訊</font>}
5858
{index === 5 && <font id="review">歷屆回顧</font>}
5959
</h2>

0 commit comments

Comments
 (0)