diff --git a/backend/server/main/settings.py b/backend/server/main/settings.py index 986343e..d947ec6 100644 --- a/backend/server/main/settings.py +++ b/backend/server/main/settings.py @@ -132,7 +132,7 @@ USE_TZ = True BASE_DIR = Path(__file__).resolve().parent.parent -STATIC_ROOT = BASE_DIR / "staticfiles" +STATIC_ROOT = BASE_DIR / "static" STATIC_URL = '/static/' MEDIA_URL = '/media/' diff --git a/frontend/src/lib/components/Navbar.svelte b/frontend/src/lib/components/Navbar.svelte index 6e504e2..992f65e 100644 --- a/frontend/src/lib/components/Navbar.svelte +++ b/frontend/src/lib/components/Navbar.svelte @@ -222,7 +222,7 @@ on:click={() => (window.location.href = 'https://discord.gg/wRbQ9Egr8C')} >{$t('navbar.discord')} -

{$t('navbar.theme_selection')}

+

{$t('navbar.theme_selection')}

  • {/if}