From a6dfb283697a64a215c3707a71882b77ab86ccdb Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 00:37:07 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index ebe15d5..0048148 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -47,7 +47,7 @@ export default function GuidesPage() { const guides = getGuides() return ( -
+

ProxMenux Guides

Complementary guides to make the most of your Proxmox VE.

@@ -64,7 +64,6 @@ export default function GuidesPage() { ))}
-
) }