Browse Source

fix: releases link

Timothy Jaeryang Baek 2 months ago
parent
commit
5a2fafceae
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

@@ -173,7 +173,7 @@
 						on:click={() => {
 							show = false;
 						}}
-						href="https://github.com/open-webui/"
+						href="https://github.com/open-webui/open-webui/releases"
 					>
 						<Map className="size-5" />
 						<div class="flex items-center">{$i18n.t('Releases')}</div>