From b1f83886f9c3c9a9b35d7c510c08e695b6ea9387 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Mon, 18 Dec 2023 16:25:17 +0100 Subject: [PATCH] Add icons on tabs --- frontend/src/lib/components/Tabs.svelte | 23 ++++-- .../lib/components/tabs/InfoTabBike.svelte | 77 ++++++++++++++++++ ...{InfoTab.svelte => InfoTabTrekking.svelte} | 0 frontend/static/bike.png | Bin 0 -> 444 bytes frontend/static/trekking.png | Bin 0 -> 418 bytes 5 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 frontend/src/lib/components/tabs/InfoTabBike.svelte rename frontend/src/lib/components/tabs/{InfoTab.svelte => InfoTabTrekking.svelte} (100%) create mode 100644 frontend/static/bike.png create mode 100644 frontend/static/trekking.png diff --git a/frontend/src/lib/components/Tabs.svelte b/frontend/src/lib/components/Tabs.svelte index dd5f4c2..c49e77e 100644 --- a/frontend/src/lib/components/Tabs.svelte +++ b/frontend/src/lib/components/Tabs.svelte @@ -1,5 +1,6 @@
- - - + + + +