feat: Fixed path for routes
This commit is contained in:
		| @@ -38,18 +38,9 @@ export const RoutePreview = () => { | ||||
|   return ( | ||||
|     <MapDataProvider> | ||||
|       <TransformProvider> | ||||
|         <Stack direction="row" height="90vh" width="90vw" overflow="hidden"> | ||||
|           <div | ||||
|             style={{ | ||||
|               position: "absolute", | ||||
|               top: 0, | ||||
|               left: "50%", | ||||
|               transform: "translateX(-50%)", | ||||
|               zIndex: 1000, | ||||
|             }} | ||||
|           > | ||||
|             <LanguageSwitcher /> | ||||
|           </div> | ||||
|         <Stack direction="row" height="100vh" width="100vw" overflow="hidden"> | ||||
|           <LanguageSwitcher /> | ||||
|  | ||||
|           <LeftSidebar /> | ||||
|           <Stack direction="row" flex={1} position="relative" height="100%"> | ||||
|             <Widgets /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user