Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function App() {

// 바텀nav바를 숨길 경로들
const hideBottomNavPaths = [
"/splash",
"/onboarding",
"/signup",
"/login",
"/chat/room/buy",
Expand All @@ -33,7 +33,7 @@ function App() {

// 탑nav바를 숨길 경로들
const hideTopNavPaths = [
"/splash",
"/onboarding",
"/login",
"/signup",
"/chat/room/final",
Expand All @@ -51,8 +51,8 @@ function App() {
return (
<>
<Routes>
<Route path="/splash" element={<Splash />} />
<Route path="/" element={<OnBoarding />} />
<Route path="/" element={<Splash />} />
<Route path="/onboarding" element={<OnBoarding />} />
<Route path="/signup" element={<Signup />} />
<Route path="/home" element={<Home />} />
<Route path="/map" element={<Map />} />
Expand Down
34 changes: 4 additions & 30 deletions src/assets/logoNoBg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading