From ec5b6b5e3dade80bc4f6080f942f949c614d6520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=8A=E5=8E=9F=E6=98=8C=E5=BD=A6?= Date: Fri, 13 Oct 2023 16:50:40 +0900 Subject: [PATCH] chore --- docs/layout/global-stylesheets.md | 6 +----- docs/react/navigation.md | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/layout/global-stylesheets.md b/docs/layout/global-stylesheets.md index 44e4bfa0de3..419e07b3ec0 100644 --- a/docs/layout/global-stylesheets.md +++ b/docs/layout/global-stylesheets.md @@ -34,11 +34,7 @@ Ionic Framework アプリでは、以下の CSS ファイルをインクルー #### typography.css -<<<<<<< HEAD -typography はドキュメント全体の font-family を変更し、見出し要素のフォントスタイルを変更する。また、いくつかのネイティブのテキスト要素に位置決めスタイルを適用します。 -======= -Typography changes the font-family of the entire document and modifies the font styles for heading elements. It also applies positioning styles to some native text elements. This file is necessary for [Dynamic Font Scaling](./dynamic-font-scaling) to work. ->>>>>>> 9b2db92b5bf69b3139eedf66fa44d06af800dbae +typography はドキュメント全体の font-family を変更し、見出し要素のフォントスタイルを変更する。また、いくつかのネイティブのテキスト要素に位置決めスタイルを適用します。これを動作させるためには、 [Dynamic Font Scaling](./dynamic-font-scaling) のファイルが必要です。 #### normalize.css diff --git a/docs/react/navigation.md b/docs/react/navigation.md index 57556caeaf8..ea2fec0eb14 100644 --- a/docs/react/navigation.md +++ b/docs/react/navigation.md @@ -643,11 +643,7 @@ const MyComponent: React.FC = () => { ## More Information -<<<<<<< HEAD React Router を使用した React でのルーティングの詳細については、次の [https://reacttraining.com/react-router/web](https://reacttraining.com/react-router/web) でドキュメントをご覧ください。 -======= -For more info on routing in React using the React Router implementation that Ionic uses under the hood, check out their docs at [https://v5.reactrouter.com/web](https://v5.reactrouter.com/web). ->>>>>>> d3f43b0ac48cea51f94bbc4d2b475b9cecccf35f ## From the Community