From 349bf475cc7fc1141dbd2a9bd2f63153c4d5b41b Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 11 Jan 2023 22:32:37 +0100 Subject: [PATCH] fix: invalid github release link on admin page --- frontend/src/pages/admin/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/admin/index.tsx b/frontend/src/pages/admin/index.tsx index 44c10a3..70b0d0b 100644 --- a/frontend/src/pages/admin/index.tsx +++ b/frontend/src/pages/admin/index.tsx @@ -53,7 +53,7 @@ const Admin = () => { title: "Update", icon: TbRefresh, route: - "https://github.com/stonith404/pingvin-share/releases/tag/v0.5.0", + "https://github.com/stonith404/pingvin-share/releases/latest", }, ]); }