mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-22 09:35:12 +00:00
fix navbar issue in mobile view
Some checks are pending
Auto Update .app-headers / update-app-headers (push) Waiting to run
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions
Some checks are pending
Auto Update .app-headers / update-app-headers (push) Waiting to run
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions
This commit is contained in:
parent
f5b78d5dcc
commit
ab206530e0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user