Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
”ID”の部分の表記ブレの修正
  • Loading branch information
koko1928 authored Jun 19, 2023
1 parent f731792 commit 290c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function JoinPage() {
<div className="text-center mt-5">
<div className="text-2xl">さあ!始めよう!</div>
<Join />
<div>Room IDを入力してください。同じRoom Idの人と話すことができます。何も入力しないで送信することでメインの部屋に入れます。</div>
<div>Room IDを入力してください。同じRoom IDの人と話すことができます。何も入力しないで送信することでメインの部屋に入れます。</div>
</div>
</Layout>
</>
Expand Down

0 comments on commit 290c60f

Please # to comment.