Browse Source

Merge pull request #16231 from hadadarjt/dev

UserMenu: Fix quote typo in docs link.
Tim Jaeryang Baek 2 months ago
parent
commit
f47a100730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/layout/Sidebar/UserMenu.svelte

+ 1 - 1
src/lib/components/layout/Sidebar/UserMenu.svelte

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