forked from forkanization/Proxmox-arm64
Update frontend links, navbar, etc.
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user