Update frontend links, navbar, etc.

This commit is contained in:
Sam Heinz
2025-01-09 21:57:06 +10:00
parent 2cd120429e
commit b5036f77a3
6 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ function Navbar() {
alt="logo"
src="logo.png"
/>
<span className="hidden lg:block">Proxmox VE Helper-Scripts</span>
<span className="hidden lg:block">Proxmox ARM64 Helper-Scripts</span>
</Link>
<div className="flex gap-2">
<CommandMenu />
@@ -13,7 +13,7 @@ export default function StarOnGithubButton() {
const fetchStars = async () => {
try {
const res = await fetch(
`https://api.github.com/repos/community-scripts/${basePath}`,
`https://api.github.com/repos/asylumexp/${basePath}`,
{
next: { revalidate: 60 * 60 * 24 },
},