mirror of
https://github.com/open-webui/open-webui
synced 2025-04-26 17:20:15 +00:00
refac: styling
This commit is contained in:
parent
eb99785047
commit
44da86895d
@ -4,6 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "npm run pyodide:fetch && vite dev --host",
|
"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",
|
"build": "npm run pyodide:fetch && vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
|
@ -145,8 +145,8 @@
|
|||||||
<div class=" self-center">
|
<div class=" self-center">
|
||||||
<img
|
<img
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
src="{WEBUI_BASE_URL}/static/favicon.png"
|
src="{WEBUI_BASE_URL}/static/splash.png"
|
||||||
class=" w-6 rounded-full"
|
class=" w-6 rounded-full dark:invert"
|
||||||
alt="logo"
|
alt="logo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user