From e622081c5cf1632a0cf996952afa3cc6bba348c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:08:41 +0100 Subject: [PATCH] Fix frontend bug (#252) --- frontend/src/app/page.tsx | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 8f1ff784c..c6fad745a 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -34,7 +34,7 @@ export default function Page() { }, [theme]); return ( -
+

- We are a community-driven initiative that simplifies the setup of Proxmox Virtual Environment (VE).
- Originally created by tteck, these scripts automate and streamline
- the process of creating and configuring Linux containers (LXC) and virtual machines (VMs) on Proxmox VE. -
- With 200+ scripts to help you manage your Proxmox VE environment.
- 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). +
+
+ Originally created by{" "} + + tteck + + , these scripts automate and streamline +
+ the process of creating and configuring Linux containers (LXC) and + virtual machines (VMs) on Proxmox VE. +
+
+ With 200+ scripts to help you manage your{" "} + Proxmox VE environment.
+ Whether you're a seasoned user or a newcomer, we've got + you covered.