mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
UserMenu: Fix quote typo in docs link.
* Docs link in the user menu are invalid when clicked via browser. Signed-off-by: Hadad <hadad@linuxmail.org>
This commit is contained in:
parent
09e475f6cc
commit
ab140ea531
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@
|
|||
on:click={() => {
|
||||
show = false;
|
||||
}}
|
||||
href="https://docs.openwebui.com'"
|
||||
href="https://docs.openwebui.com"
|
||||
>
|
||||
<QuestionMarkCircle className="size-5" />
|
||||
<div class="flex items-center">{$i18n.t('Documentation')}</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue