From a40578ea30cb2e4dd455cf6f024f79354fd2b7e1 Mon Sep 17 00:00:00 2001 From: catto Date: Thu, 9 May 2024 13:53:41 +0200 Subject: [PATCH] fix svg icons not showing with a cursed workaround Tauri really doesn't like importing svg modules in ts --- index.html | 3 ++- src/main.ts | 31 ++++++++++++++++++++----------- src/styles.css | 18 +++++++++++++++++- 3 files changed, 39 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 54b4c7c..35b2b33 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,8 @@