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}

+ + ))} +
)