Skip to content

Commit 06911ab

Browse files
committed
frontend: fix redirection
1 parent d77a7a4 commit 06911ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/(custom-group)/+layout.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="flex h-screen w-screen flex-col overflow-hidden">
1414
<!-- Logo/ Navbar (Timetables / Route Planner) -->
1515
<div class="m-4 flex items-center justify-between pr-4">
16-
<a href="/frontend/static">
16+
<a href="/">
1717
<div class="flex cursor-pointer flex-row items-center">
1818
<Logo />
1919
<h1 class="relative top-[-0.25rem] hidden text-[2rem] font-bold md:inline">NAVIGATOR</h1>

0 commit comments

Comments
 (0)