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
travel
Commits
e67469c3
Commit
e67469c3
authored
Jun 29, 2022
by
Lee Soobeom
Browse files
Merge remote-tracking branch 'origin/mk2' into develop
parents
fbbdc229
9589ca8e
Changes
2
Show whitespace changes
Inline
Side-by-side
frontend/src/App.tsx
View file @
e67469c3
...
...
@@ -11,11 +11,12 @@ export const App = () => {
return
(
<
BrowserRouter
>
<
Routes
>
<
Route
path
=
"/login"
element
=
{
<
Login
/>
}
/>
<
Route
path
=
"/signup"
element
=
{
<
Signup
/>
}
/>
<
Route
path
=
"login"
element
=
{
<
Login
/>
}
/>
<
Route
path
=
"signup"
element
=
{
<
Signup
/>
}
/>
<
Route
path
=
"/"
element
=
{
<
Header
/>
}
>
<
Route
index
element
=
{
<
Body
/>
}
/>
<
Route
path
=
"
/
board"
element
=
{
<
Board
/>
}
/>
<
Route
path
=
"board"
element
=
{
<
Board
/>
}
/>
</
Route
>
</
Routes
>
</
BrowserRouter
>
...
...
frontend/src/pages/login.tsx
View file @
e67469c3
...
...
@@ -6,7 +6,7 @@ export default function Login () {
<
div
>
<
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
>
</
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