mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Fix frontend bug (#252)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							7c780d70d4
						
					
				
				
					commit
					e622081c5c
				
			@@ -34,7 +34,7 @@ export default function Page() {
 | 
			
		||||
  }, [theme]);
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <div className="w-full">
 | 
			
		||||
    <div className="w-full mt-16">
 | 
			
		||||
      <Particles
 | 
			
		||||
        className="absolute inset-0 -z-40"
 | 
			
		||||
        quantity={100}
 | 
			
		||||
@@ -106,12 +106,24 @@ export default function Page() {
 | 
			
		||||
              Make managing your Homelab a breeze
 | 
			
		||||
            </h1>
 | 
			
		||||
            <p className="max-w-2xl text-center text-lg leading-relaxed tracking-tight text-muted-foreground md:text-xl">
 | 
			
		||||
              We are a community-driven initiative that simplifies the setup of Proxmox Virtual Environment (VE).</br>
 | 
			
		||||
              Originally created by <a href="https://github.com/tteck" target="_blank">tteck</a>, these scripts automate and streamline</br>
 | 
			
		||||
              the process of creating and configuring Linux containers (LXC) and virtual machines (VMs) on Proxmox VE.
 | 
			
		||||
              </br>
 | 
			
		||||
              With 200+ scripts to help you manage your <b>Proxmox VE environment</b>.</br>
 | 
			
		||||
              Whether you're a seasoned user or a newcomer, we've got you covered.
 | 
			
		||||
              We are a community-driven initiative that simplifies the setup of
 | 
			
		||||
              Proxmox Virtual Environment (VE).
 | 
			
		||||
              <br />
 | 
			
		||||
              <br />
 | 
			
		||||
              Originally created by{" "}
 | 
			
		||||
              <a href="https://github.com/tteck" target="_blank">
 | 
			
		||||
                tteck
 | 
			
		||||
              </a>
 | 
			
		||||
              , these scripts automate and streamline
 | 
			
		||||
              <br />
 | 
			
		||||
              the process of creating and configuring Linux containers (LXC) and
 | 
			
		||||
              virtual machines (VMs) on Proxmox VE.
 | 
			
		||||
              <br />
 | 
			
		||||
              <br />
 | 
			
		||||
              With 200+ scripts to help you manage your{" "}
 | 
			
		||||
              <b>Proxmox VE environment</b>.<br />
 | 
			
		||||
              Whether you're a seasoned user or a newcomer, we've got
 | 
			
		||||
              you covered.
 | 
			
		||||
            </p>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div className="flex flex-row gap-3">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user