Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 349bf47

Browse files
committed
fix: invalid github release link on admin page
1 parent fccc4cb commit 349bf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/admin/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const Admin = () => {
5353
title: "Update",
5454
icon: TbRefresh,
5555
route:
56-
"https://github.com/stonith404/pingvin-share/releases/tag/v0.5.0",
56+
"https://github.com/stonith404/pingvin-share/releases/latest",
5757
},
5858
]);
5959
}

0 commit comments

Comments
 (0)