Skip to content

Commit 9c273c9

Browse files
committed
Commit after applying prettier to avoid CI errors
1 parent c0a0140 commit 9c273c9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/Layout/Footer.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ export function Footer() {
317317
</FooterLink>
318318
<FooterLink href="/learn/">クイックスタート</FooterLink>
319319
<FooterLink href="/learn/installation">インストール</FooterLink>
320-
<FooterLink href="/learn/describing-the-ui">
321-
UI の記述
322-
</FooterLink>
320+
<FooterLink href="/learn/describing-the-ui">UI の記述</FooterLink>
323321
<FooterLink href="/learn/adding-interactivity">
324322
インタラクティビティの追加
325323
</FooterLink>
@@ -344,9 +342,7 @@ export function Footer() {
344342
<FooterLink href="/community/docs-contributors">
345343
ドキュメント貢献者
346344
</FooterLink>
347-
<FooterLink href="/community/acknowledgements">
348-
謝辞
349-
</FooterLink>
345+
<FooterLink href="/community/acknowledgements">謝辞</FooterLink>
350346
</div>
351347
<div className="flex flex-col">
352348
<FooterLink isHeader={true}>More</FooterLink>

0 commit comments

Comments
 (0)