浏览代码

refac: update info url

Timothy J. Baek 7 月之前
父节点
当前提交
9193c9bd7d
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/lib/components/layout/UpdateInfoToast.svelte

+ 1 - 5
src/lib/components/layout/UpdateInfoToast.svelte

@@ -21,11 +21,7 @@
 			LATEST_VERSION: version.latest
 		})}
 
-		<a
-			href="https://github.com/open-webui/open-webui/releases/tag/v{version.latest}"
-			target="_blank"
-			class="underline"
-		>
+		<a href="https://github.com/open-webui/open-webui/releases" target="_blank" class="underline">
 			{$i18n.t('Update for the latest features and improvements.')}</a
 		>
 	</div>