From 890d21d85a26339c028349574ce6b774141d87ea Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Fri, 13 Jun 2025 10:41:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9B=AE=E6=AC=A1=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=AE=E3=82=B9=E3=82=AF=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E4=BD=8D=E7=BD=AE=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/components/templates/BaseTemplate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/templates/BaseTemplate.tsx b/website/src/components/templates/BaseTemplate.tsx index 22cc496299..d3244ddb7f 100644 --- a/website/src/components/templates/BaseTemplate.tsx +++ b/website/src/components/templates/BaseTemplate.tsx @@ -41,7 +41,7 @@ export const BaseTemplate: FC = ({ const outline = page.outline; const translationStatus = getTranslationStatus(route); return ( - + {title} – Typstドキュメント日本語版