Skip to content

Commit

Permalink
New : 한글화
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry committed Nov 5, 2023
1 parent 71e0f30 commit 14c9319
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
15 changes: 12 additions & 3 deletions client/src/app/auth/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,28 @@ const LoginPage = () => {
<LockOutlinedIcon />
</Avatar>
<Typography component="h1" variant="h1">
Sign in
{nameOfApp}
</Typography>
{/* form */}
<SigninForm />
<Grid container>
<Grid item xs>
<Link href={FORGOTPASSWORD}>
<Typography variant="label">Forgot password?</Typography>
<Typography variant="label">비밀번호 재설정</Typography>
</Link>
</Grid>
<Grid item>
<Typography variant="label">
계정이 없으신가요? <Link href={SIGNUP}>회원가입</Link>
계정이 없으신가요?{" "}
<Link href={SIGNUP}>
<Typography
variant="label"
color="primary"
sx={{ fontWeight: "bold" }}
>
회원가입
</Typography>
</Link>
</Typography>
</Grid>
</Grid>
Expand Down
1 change: 1 addition & 0 deletions client/src/components/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ interface NavbarIconButtonInterface extends Omit<ButtonBaseProps, "children"> {
iconComponent: React.ReactNode;
href?: string;
}

export const NavbarIconButton = ({
children,
iconComponent,
Expand Down

0 comments on commit 14c9319

Please sign in to comment.