Change repository name
This commit is contained in:
@@ -69,7 +69,7 @@ export default function Header(params: { locale: string }) {
|
||||
<NavbarContent className="basis-1 pl-4" justify="end">
|
||||
<NextUiLink
|
||||
isExternal
|
||||
href="https://github.com/kimatata/TestCaseManager"
|
||||
href="https://github.com/kimatata/TestPlat"
|
||||
aria-label="Github"
|
||||
>
|
||||
<GithubIcon className="text-default-500" />
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function MainTitle({ locale }: Props) {
|
||||
</Link>
|
||||
<NextUiLink
|
||||
isExternal
|
||||
href="https://github.com/kimatata/TestCaseManager"
|
||||
href="https://github.com/kimatata/TestPlat"
|
||||
aria-label="Github"
|
||||
showAnchorIcon
|
||||
anchorIcon={<ExternalLink size={16} />}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user