From 837475e1c846933c55c7bdbe3ee75c9fd85ab41f Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:31:31 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index 9e11084..90e1f72 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -45,7 +45,7 @@ export default function GuidesPage() { const guides = getGuides() return ( -
Complementary guides to make the most of your Proxmox VE.
@@ -54,10 +54,10 @@ export default function GuidesPage() { -{guide.description}
+{guide.description}
))}