feat: (explore) Redesign navigation bar to match Figma
feat: (explore) Implement submit_feeling API with error handling feat: (explore) Add get_banner API integration with Swiper
This commit is contained in:
@@ -23,7 +23,7 @@ import useSamsungBrowserWarning from "./hooks/useSamsungBrowserWarning";
|
||||
import InternetStatusDetector from "./components/InternetStatusDetector";
|
||||
|
||||
import "./App.css";
|
||||
import LayoutWithFooter from "./new-ui/appointment/components/FooterLayout";
|
||||
import LayoutWithNavigation from "./new-ui/appointment/components/FooterLayout";
|
||||
|
||||
const preventPinchZoom = (event: TouchEvent) => {
|
||||
if (event.touches.length > 1) event.preventDefault();
|
||||
@@ -69,9 +69,9 @@ function App() {
|
||||
)}
|
||||
>
|
||||
<Router>
|
||||
<LayoutWithFooter>
|
||||
<LayoutWithNavigation>
|
||||
<AllRoutes />
|
||||
</LayoutWithFooter>
|
||||
</LayoutWithNavigation>
|
||||
</Router>
|
||||
</ErrorBoundary>
|
||||
<Toaster />
|
||||
|
||||
Reference in New Issue
Block a user