Skip to content

Commit

Permalink
feat: setting페이지 구현 및 주간 월간 변경 기능 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
D0Dam committed Sep 10, 2024
1 parent 0ceae7c commit ebf66a7
Show file tree
Hide file tree
Showing 16 changed files with 315 additions and 616 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import AuthLayout from 'layout/AuthLayout';
import DefaultLayout from 'layout/DefaultLayout';
import Coop from 'pages/Coop';
import Login from 'pages/Login';
import Setting from 'pages/Setting';
import { useCoopMe } from 'query/auth';

function ProtectedRoute() {
Expand All @@ -29,6 +30,7 @@ function App() {
<Route element={<DefaultLayout />}>
<Route path="/" element={<Coop />} />
</Route>
<Route path="/setting" element={<Setting />} />
</Route>
<Route element={<PublicRoute />}>
<Route element={<AuthLayout />}>
Expand Down
5 changes: 1 addition & 4 deletions src/layout/Copyright/Copyright.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
font-weight: 400;
line-height: 19.2px;
text-align: center;
margin-bottom: 6vh;
color: #727272;
position: absolute;
bottom: 0;
left: 0;
width: 100%;

@include media.media-breakpoint-down(mobile) {
margin-bottom: 3vh;
}
margin-bottom: 64px;
}
272 changes: 0 additions & 272 deletions src/layout/Header/MobilePanel/MobilePanel.module.scss

This file was deleted.

Loading

0 comments on commit ebf66a7

Please sign in to comment.