1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 16:28:07 +00:00

Update Footer.tsx to redirect to frontend page instead of home page (#3621)

This commit is contained in:
Bram Suurd 2025-04-02 20:12:43 +02:00 committed by GitHub
parent 763a58aeb9
commit 138d0c48b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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