diff --git a/resources/public/vite.svg b/resources/public/icon.svg similarity index 100% rename from resources/public/vite.svg rename to resources/public/icon.svg diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index d25ad7c..6e43abf 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -17,7 +17,7 @@ [:link {:rel "icon", :type "image/svg+xml", - :href "/vite.svg"}]] + :href "/icon.svg"}]] [:body [:h1 "Ajet Dashboard"] [:h2 "Public Services"]