mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Fix frontend path in footer (#4108)
This commit is contained in:
parent
956c13fa89
commit
60c480042c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue