From cccbdfff5e6a21779f4df803f88cfe1d166bc2d0 Mon Sep 17 00:00:00 2001 From: Eli Date: Fri, 10 Apr 2026 21:51:26 +0000 Subject: [PATCH] use assets for svg files --- site/index.html | 2 +- frontend/public/checker.svg | 5 ----- frontend/public/icon.svg | 12 ------------ frontend/src/App.svelte | 3 ++- site/assets/index-CuR5T-oC.js | 2 ++ site/assets/index-D0iOHrXL.js | 2 ++ frontend/src/assets/checker.svg | 5 +++++ frontend/src/assets/icon.svg | 12 ++++++++++++ frontend/src/lib/Graph.svelte | 3 ++- 9 file(s) changed, 26 insertion(s)(+), 20 deletion(s)(-) diff --git a/site/index.html b/site/index.html --- a/site/index.html +++ b/site/index.html @@ -8,7 +8,7 @@ pprace - + diff --git a/frontend/public/checker.svg b/frontend/public/checker.svg deleted file mode 100644 --- a/frontend/public/checker.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/frontend/public/icon.svg b/frontend/public/icon.svg deleted file mode 100644 --- a/frontend/public/icon.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,6 +1,7 @@