1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 19:51:51 +00:00

fix navbar issue in mobile view

This commit is contained in:
CanbiZ 2025-01-16 14:45:54 +01:00 committed by GitHub
parent f5b78d5dcc
commit ab206530e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ export const navbarLinks = [
text: "Discussions",
}
: null,
].filter(Boolean);
].filter(Boolean) as { href: string; event: string; icon: JSX.Element; text: string }[]; // Typ-Anpassung nach filter(Boolean)
export const mostPopularScripts = [
"Proxmox VE Post Install",