Commit e67469c3 authored by Lee Soobeom's avatar Lee Soobeom
Browse files

Merge remote-tracking branch 'origin/mk2' into develop

parents fbbdc229 9589ca8e
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment