Update footer.tsx

This commit is contained in:
Sam Heinz
2025-06-30 12:12:58 +10:00
parent bea9ce631c
commit ca92005105

View File

@@ -11,7 +11,8 @@ export default function Footer() {
<div className="mx-6 w-full flex justify-between text-xs sm:text-sm text-muted-foreground">
<div className="flex items-center">
<p>
Website built by the community. The source code is available on{" "}
Website built by the community. The source code is available on
{" "}
<Link
href="https://github.com/asylumexp/Proxmox/tree/main/frontend"
target="_blank"
@@ -21,6 +22,7 @@ export default function Footer() {
>
GitHub
</Link>
{" "}
.
</p>
</div>
@@ -29,13 +31,17 @@ export default function Footer() {
href="/json-editor"
className={cn(buttonVariants({ variant: "link" }), "text-muted-foreground flex items-center gap-2")}
>
<FileJson className="h-4 w-4" /> JSON Editor
<FileJson className="h-4 w-4" />
{" "}
JSON Editor
</Link>
<Link
href="/data"
className={cn(buttonVariants({ variant: "link" }), "text-muted-foreground flex items-center gap-2")}
>
<Server className="h-4 w-4" /> API Data
<Server className="h-4 w-4" />
{" "}
API Data
</Link>
</div>
</div>