Skip to content

Commit

Permalink
Fix frontend bug (community-scripts#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
havardthom authored Nov 14, 2024
1 parent 7c780d7 commit e622081
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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&#39;re a seasoned user or a newcomer, we&#39;ve got
you covered.
</p>
</div>
<div className="flex flex-row gap-3">
Expand Down

0 comments on commit e622081

Please sign in to comment.