汉化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user