1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-29 19:23:08 +00:00

Fix frontend path in footer (#4108)

This commit is contained in:
Slaviša Arežina 2025-04-28 19:52:01 +02:00 committed by GitHub
parent 956c13fa89
commit 60c480042c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export default function Footer() {
<p>
Website built by the community. The source code is available on{" "}
<Link
href={`https://github.com/community-scripts/${basePath}/frontend`}
href={`https://github.com/community-scripts/${basePath}/tree/main/frontend`}
target="_blank"
rel="noreferrer"
className="font-semibold underline-offset-2 duration-300 hover:underline"