diff --git a/src/api.ts b/src/api.ts index be4263a..7ebc6ac 100644 --- a/src/api.ts +++ b/src/api.ts @@ -234,7 +234,7 @@ export const getNavigations = async (l: Locale): Promise => { method: "get", offset: 0, filter: { - locale: l.key, + // locale: l.key, }, }) return response.data diff --git a/src/components/App.svelte b/src/components/App.svelte index aa22c84..ee50449 100644 --- a/src/components/App.svelte +++ b/src/components/App.svelte @@ -59,16 +59,14 @@
-
- - - - - - - - -
+ + + + + + + +