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
6e847003
Commit
6e847003
authored
Jul 27, 2022
by
Jiwon Yoon
Browse files
signup ui
parent
0ba15432
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/auth/SignUp.tsx
View file @
6e847003
...
...
@@ -67,8 +67,8 @@ export const SignUp = () => {
}
return
(
<
div
className
=
"flex flex-col items-center
mt-5
"
>
<
div
className
=
"text-2xl mt-
20
"
>
회원가입
</
div
>
<
div
className
=
"flex flex-col items-center"
>
<
div
className
=
"text-2xl mt-
14
"
>
회원가입
</
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"
>
이름
...
...
@@ -125,7 +125,7 @@ export const SignUp = () => {
onChange
=
{
handleChange
}
/>
{
error
&&
(
<
div
className
=
"text-red-500 text-sm"
>
<
div
className
=
"text-red-500 text-sm
mt-3
"
>
<
p
>
{
error
}
</
p
>
</
div
>
)
}
...
...
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