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