mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	fix navbar issue in mobile view
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user