Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
travel
Commits
9589ca8e
Commit
9589ca8e
authored
Jun 29, 2022
by
Kim, MinGyu
Browse files
로그인수정
parent
5b52324d
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/App.tsx
View file @
9589ca8e
...
@@ -11,11 +11,12 @@ export const App = () => {
...
@@ -11,11 +11,12 @@ export const App = () => {
return
(
return
(
<
BrowserRouter
>
<
BrowserRouter
>
<
Routes
>
<
Routes
>
<
Route
path
=
"/login"
element
=
{
<
Login
/>
}
/>
<
Route
path
=
"login"
element
=
{
<
Login
/>
}
/>
<
Route
path
=
"/signup"
element
=
{
<
Signup
/>
}
/>
<
Route
path
=
"signup"
element
=
{
<
Signup
/>
}
/>
<
Route
path
=
"/"
element
=
{
<
Header
/>
}
>
<
Route
path
=
"/"
element
=
{
<
Header
/>
}
>
<
Route
index
element
=
{
<
Body
/>
}
/>
<
Route
index
element
=
{
<
Body
/>
}
/>
<
Route
path
=
"
/
board"
element
=
{
<
Board
/>
}
/>
<
Route
path
=
"board"
element
=
{
<
Board
/>
}
/>
</
Route
>
</
Route
>
</
Routes
>
</
Routes
>
</
BrowserRouter
>
</
BrowserRouter
>
...
...
frontend/src/pages/login.tsx
View file @
9589ca8e
...
@@ -6,7 +6,7 @@ export default function Login () {
...
@@ -6,7 +6,7 @@ export default function Login () {
<
div
>
<
div
>
<
div
className
=
"flex flex-col grid grid-rows-2 place-items-center"
>
<
div
className
=
"flex flex-col grid grid-rows-2 place-items-center"
>
<
div
className
=
"w-
40
h-40 bg-red-400 place-self-center "
>
<
div
className
=
"w-
1/2 h-1/2 md:w-40 md:
h-40 bg-red-400 place-self-center "
>
<
Link
to
=
"/"
>
Travel Report
</
Link
>
<
Link
to
=
"/"
>
Travel Report
</
Link
>
</
div
>
</
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