From 5f105616902bfeb88058f957869ac539bf172513 Mon Sep 17 00:00:00 2001 From: Sakutaro Shina Date: Sat, 9 Aug 2025 15:03:36 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=E3=83=95=E3=83=83=E3=82=BF=E3=83=BC?= =?UTF-8?q?=E3=82=92=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=81=AB=E3=81=97=E3=81=9F?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/Footer.tsx | 36 ++++++++++++++------------------ 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 9cdf256fb..9f86e3776 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -313,50 +313,46 @@ export function Footer() {
- Learn React - - Quick Start - Installation - - Describing the UI + Reactを学ぶ + クイックスタート + インストール + UIの記述 - Adding Interactivity + インタラクティビティの追加 - Managing State - Escape Hatches + stateの管理 + 避難ハッチ
- API Reference + API リファレンス React APIs React DOM APIs
- Community + コミュニティ - Code of Conduct + 行動規範 - Meet the Team + チーム紹介 - Docs Contributors - - - Acknowledgements + ドキュメント貢献者 + 謝辞
More - Blog + ブログ React Native - Privacy + プライバシー - Terms + 利用規約
Date: Mon, 20 Oct 2025 15:19:28 +0900 Subject: [PATCH 2/3] Fix line breaks and spaces --- src/components/Layout/Footer.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 9f86e3776..b84a2e581 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -313,15 +313,17 @@ export function Footer() {
- Reactを学ぶ + React を学ぶ クイックスタート インストール - UIの記述 + + UI の記述 + インタラクティビティの追加 - stateの管理 + state の管理 避難ハッチ
@@ -342,7 +344,9 @@ export function Footer() { ドキュメント貢献者 - 謝辞 + + 謝辞 +
More From 9c273c927b5e390b5b2e1bfdeb1be40f26e80ce5 Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Mon, 20 Oct 2025 15:22:11 +0900 Subject: [PATCH 3/3] Commit after applying prettier to avoid CI errors --- src/components/Layout/Footer.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index b84a2e581..af89eb791 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -317,9 +317,7 @@ export function Footer() { クイックスタート インストール - - UI の記述 - + UI の記述 インタラクティビティの追加 @@ -344,9 +342,7 @@ export function Footer() { ドキュメント貢献者 - - 謝辞 - + 謝辞
More