mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-02-05 01:38:56 -05:00
fix: invalid github release link on admin page
This commit is contained in:
parent
fccc4cbc02
commit
349bf475cc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const Admin = () => {
|
||||||
title: "Update",
|
title: "Update",
|
||||||
icon: TbRefresh,
|
icon: TbRefresh,
|
||||||
route:
|
route:
|
||||||
"https://github.com/stonith404/pingvin-share/releases/tag/v0.5.0",
|
"https://github.com/stonith404/pingvin-share/releases/latest",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue