From 2768d43771c5b922766099829712a942c40f2691 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:26:41 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index a6d20ed..9e11084 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -45,20 +45,22 @@ export default function GuidesPage() { const guides = getGuides() return ( -
-

ProxMenux Guides

-

Complementary guides to make the most of your Proxmox VE.

-
- {guides.map((guide) => ( - -

{guide.title}

-

{guide.description}

- - ))} +
+
+

ProxMenux Guides

+

Complementary guides to make the most of your Proxmox VE.

+
+ {guides.map((guide) => ( + +

{guide.title}

+

{guide.description}

+ + ))} +
)