From a156690e58b71b50d5110c32ccc58664a29ba52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zain=F0=9F=8D=95?= Date: Sun, 9 Nov 2025 18:51:39 +0800 Subject: [PATCH] Fix favicon path, update version to 2.0.2, and add favicon asset --- index.html | 2 +- package.json | 2 +- {public => src/assets}/favicon.ico | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename {public => src/assets}/favicon.ico (100%) diff --git a/index.html b/index.html index b25227a..d063960 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Race Timer — Klub Pemrograman TI POLNES - + diff --git a/package.json b/package.json index d4e041c..ff0fac9 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "preview": "vite preview" }, "type": "module", - "version": "2.0.1" + "version": "2.0.2" } diff --git a/public/favicon.ico b/src/assets/favicon.ico similarity index 100% rename from public/favicon.ico rename to src/assets/favicon.ico