Update the `<title>` tag content in `src/routes/auth/+page.svelte` to "UOH-AI"

This commit is contained in:
itxProfessor 2025-03-06 09:53:30 +05:00
parent b47a053420
commit 95676583b5
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
<svelte:head>
<title>
{`${$WEBUI_NAME}`}
{`UOH-AI`}
</title>
</svelte:head>