forked from open-webui/open-webui
feat: title for all routes
This commit is contained in:
parent
e5c812f1d2
commit
78d9c469a2
5 changed files with 34 additions and 4 deletions
|
@ -57,6 +57,12 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>
|
||||
{`${$WEBUI_NAME}`}
|
||||
</title>
|
||||
</svelte:head>
|
||||
|
||||
{#if loaded}
|
||||
<div class="fixed m-10 z-50">
|
||||
<div class="flex space-x-2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue