diff --git a/frontend/src/app/[locale]/Header.tsx b/frontend/src/app/[locale]/Header.tsx index f215fdf..f30e1d9 100644 --- a/frontend/src/app/[locale]/Header.tsx +++ b/frontend/src/app/[locale]/Header.tsx @@ -69,7 +69,7 @@ export default function Header(params: { locale: string }) { diff --git a/frontend/src/app/[locale]/PaneMainTitle.tsx b/frontend/src/app/[locale]/PaneMainTitle.tsx index e6b5429..d27e50b 100644 --- a/frontend/src/app/[locale]/PaneMainTitle.tsx +++ b/frontend/src/app/[locale]/PaneMainTitle.tsx @@ -54,7 +54,7 @@ export default function MainTitle({ locale }: Props) { } diff --git a/frontend/src/app/[locale]/guide/selfhost/manual/page.tsx b/frontend/src/app/[locale]/guide/selfhost/manual/page.tsx index 12064bd..13bf139 100644 --- a/frontend/src/app/[locale]/guide/selfhost/manual/page.tsx +++ b/frontend/src/app/[locale]/guide/selfhost/manual/page.tsx @@ -8,7 +8,7 @@ export default function Page() { { uid: "clone", detail: "", - code: "git clone git@github.com:kimatata/TestCaseManager.git", + code: "git clone git@github.com:kimatata/TestPlat.git", }, { uid: "move-to-backend",