This commit is contained in:
2022-03-31 12:25:54 +08:00
parent 7e4c106683
commit a67715a2a0
7 changed files with 38 additions and 37 deletions

View File

@@ -39,7 +39,7 @@ function MyApp({ Component, pageProps }) {
}}
>
<Typography variant="h5">
<Link href="/">ITSC Tool</Link>
<Link href="/"> </Link>
</Typography>
{username && (
<Button
@@ -50,7 +50,7 @@ function MyApp({ Component, pageProps }) {
setUsername("");
}}
>
{username} (Logout)
{username} (点击登出)
</Button>
)}
</Toolbar>