refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-01-13 18:08:17 -08:00
parent eb99785047
commit 44da86895d
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",
"dev:5050": "npm run pyodide:fetch && vite dev --port 5050",
"build": "npm run pyodide:fetch && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

View File

@ -145,8 +145,8 @@
<div class=" self-center">
<img
crossorigin="anonymous"
src="{WEBUI_BASE_URL}/static/favicon.png"
class=" w-6 rounded-full"
src="{WEBUI_BASE_URL}/static/splash.png"
class=" w-6 rounded-full dark:invert"
alt="logo"
/>
</div>