mirror of
https://github.com/open-webui/open-webui
synced 2025-04-08 06:35:04 +00:00
Fixed indentation in About.svelte
This commit is contained in:
parent
7c304d225b
commit
f62d033e6b
@ -133,7 +133,7 @@
|
|||||||
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
{#if !$WEBUI_NAME.includes('Open WebUI')}
|
||||||
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
|
||||||
{/if}
|
{/if}
|
||||||
{$i18n.t('Created by')}
|
{$i18n.t('Created by')}
|
||||||
<a
|
<a
|
||||||
class=" text-gray-500 dark:text-gray-300 font-medium"
|
class=" text-gray-500 dark:text-gray-300 font-medium"
|
||||||
href="https://github.com/tjbck"
|
href="https://github.com/tjbck"
|
||||||
|
Loading…
Reference in New Issue
Block a user