0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-29 01:28:59 -05:00

fix: invalid github release link on admin page

This commit is contained in:
Elias Schneider 2023-01-11 22:32:37 +01:00
parent fccc4cbc02
commit 349bf475cc

View file

@ -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",
},
]);
}