Skip to content

Commit c0a0140

Browse files
committed
Fix line breaks and spaces
1 parent 5f10561 commit c0a0140

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/components/Layout/Footer.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,17 @@ export function Footer() {
313313
</div>
314314
<div className="flex flex-col">
315315
<FooterLink href="/learn" isHeader={true}>
316-
Reactを学ぶ
316+
React を学ぶ
317317
</FooterLink>
318318
<FooterLink href="/learn/">クイックスタート</FooterLink>
319319
<FooterLink href="/learn/installation">インストール</FooterLink>
320-
<FooterLink href="/learn/describing-the-ui">UIの記述</FooterLink>
320+
<FooterLink href="/learn/describing-the-ui">
321+
UI の記述
322+
</FooterLink>
321323
<FooterLink href="/learn/adding-interactivity">
322324
インタラクティビティの追加
323325
</FooterLink>
324-
<FooterLink href="/learn/managing-state">stateの管理</FooterLink>
326+
<FooterLink href="/learn/managing-state">state の管理</FooterLink>
325327
<FooterLink href="/learn/escape-hatches">避難ハッチ</FooterLink>
326328
</div>
327329
<div className="flex flex-col">
@@ -342,7 +344,9 @@ export function Footer() {
342344
<FooterLink href="/community/docs-contributors">
343345
ドキュメント貢献者
344346
</FooterLink>
345-
<FooterLink href="/community/acknowledgements">謝辞</FooterLink>
347+
<FooterLink href="/community/acknowledgements">
348+
謝辞
349+
</FooterLink>
346350
</div>
347351
<div className="flex flex-col">
348352
<FooterLink isHeader={true}>More</FooterLink>

0 commit comments

Comments
 (0)