mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
Merge pull request #16231 from hadadarjt/dev
UserMenu: Fix quote typo in docs link.
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
on:click={() => {
|
on:click={() => {
|
||||||
show = false;
|
show = false;
|
||||||
}}
|
}}
|
||||||
href="https://docs.openwebui.com'"
|
href="https://docs.openwebui.com"
|
||||||
>
|
>
|
||||||
<QuestionMarkCircle className="size-5" />
|
<QuestionMarkCircle className="size-5" />
|
||||||
<div class="flex items-center">{$i18n.t('Documentation')}</div>
|
<div class="flex items-center">{$i18n.t('Documentation')}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user