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}
))}