Merge pull request #16231 from hadadarjt/dev

UserMenu: Fix quote typo in docs link.
This commit is contained in:
Tim Jaeryang Baek 2025-08-02 19:06:57 +04:00 committed by GitHub
commit f47a100730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>