We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77a7a4 commit 06911abCopy full SHA for 06911ab
frontend/src/routes/(custom-group)/+layout.svelte
@@ -13,7 +13,7 @@
13
<div class="flex h-screen w-screen flex-col overflow-hidden">
14
<!-- Logo/ Navbar (Timetables / Route Planner) -->
15
<div class="m-4 flex items-center justify-between pr-4">
16
- <a href="/frontend/static">
+ <a href="/">
17
<div class="flex cursor-pointer flex-row items-center">
18
<Logo />
19
<h1 class="relative top-[-0.25rem] hidden text-[2rem] font-bold md:inline">NAVIGATOR</h1>
0 commit comments