From 5fc21d46e98d226c8eb29afcdb586cd21ec2b8dd Mon Sep 17 00:00:00 2001 From: Daniel Trnka Date: Sun, 30 Jun 2024 12:16:06 +0200 Subject: [PATCH] frontend: added link to github --- frontend/src/App.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 3e4152b..8b7669d 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -106,6 +106,9 @@ bind:selected_location={$selected_location} /> + + + @@ -214,6 +217,7 @@ .settings { display: flex; gap: 5px; + align-items: center; } button {