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">
|
<NavbarContent className="basis-1 pl-4" justify="end">
|
||||||
<NextUiLink
|
<NextUiLink
|
||||||
isExternal
|
isExternal
|
||||||
href="https://github.com/kimatata/TestCaseManager"
|
href="https://github.com/kimatata/TestPlat"
|
||||||
aria-label="Github"
|
aria-label="Github"
|
||||||
>
|
>
|
||||||
<GithubIcon className="text-default-500" />
|
<GithubIcon className="text-default-500" />
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default function MainTitle({ locale }: Props) {
|
|||||||
</Link>
|
</Link>
|
||||||
<NextUiLink
|
<NextUiLink
|
||||||
isExternal
|
isExternal
|
||||||
href="https://github.com/kimatata/TestCaseManager"
|
href="https://github.com/kimatata/TestPlat"
|
||||||
aria-label="Github"
|
aria-label="Github"
|
||||||
showAnchorIcon
|
showAnchorIcon
|
||||||
anchorIcon={<ExternalLink size={16} />}
|
anchorIcon={<ExternalLink size={16} />}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ export default function Page() {
|
|||||||
{
|
{
|
||||||
uid: "clone",
|
uid: "clone",
|
||||||
detail: "",
|
detail: "",
|
||||||
code: "git clone git@github.com:kimatata/TestCaseManager.git",
|
code: "git clone git@github.com:kimatata/TestPlat.git",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
uid: "move-to-backend",
|
uid: "move-to-backend",
|
||||||
|
|||||||
Reference in New Issue
Block a user