From 4ab3c2ca6d73e816199124c6407e4c148dfccad7 Mon Sep 17 00:00:00 2001 From: Ilia Date: Sun, 15 Oct 2023 14:37:51 +0300 Subject: [PATCH] feat: add button with map link to current city --- src/components/Main.svelte | 24 ++++++++++++++++++- src/components/atoms/Tooltip.svelte | 2 +- .../highlights/BaseHighlight.svelte | 5 ++-- src/components/highlights/UVIndex.svelte | 1 + 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/components/Main.svelte b/src/components/Main.svelte index 5376357..ac3d42d 100644 --- a/src/components/Main.svelte +++ b/src/components/Main.svelte @@ -1,5 +1,6 @@