Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
39207509
Commit
39207509
authored
Jul 25, 2022
by
Lee SeoYeon
Browse files
위치조정
parent
3e585b47
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/auth/Login.tsx
View file @
39207509
...
...
@@ -37,7 +37,7 @@ export const Login = () => {
return
(
<
div
className
=
"flex flex-col items-center mt-5"
>
<
div
className
=
"text-2xl mt-
5
"
>
로그인
</
div
>
<
div
className
=
"text-2xl mt-
20
"
>
로그인
</
div
>
<
form
onSubmit
=
{
handleSubmit
}
className
=
"flex flex-col mt-3 w-80"
>
<
label
className
=
"block text-gray-700 text-sm font-bold mb-2 mt-3"
>
이메일
...
...
frontend/src/auth/SignUp.tsx
View file @
39207509
...
...
@@ -68,7 +68,7 @@ export const SignUp = () => {
return
(
<
div
className
=
"flex flex-col items-center mt-5"
>
<
div
className
=
"text-2xl mt-
5
"
>
회원가입
</
div
>
<
div
className
=
"text-2xl mt-
20
"
>
회원가입
</
div
>
<
form
onSubmit
=
{
handleSubmit
}
className
=
"flex flex-col mt-3 w-80"
>
<
label
className
=
"block text-gray-700 text-sm font-bold mb-2 mt-3"
>
이름
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment