From df4fba6e723ee2a18c3989cc8e0a97f779a0ad69 Mon Sep 17 00:00:00 2001
From: MacRimi <123239993+MacRimi@users.noreply.github.com>
Date: Wed, 5 Mar 2025 12:09:16 +0100
Subject: [PATCH] Update resources.tsx
---
web/components/resources.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/web/components/resources.tsx b/web/components/resources.tsx
index 2a3895e..0ec90bf 100644
--- a/web/components/resources.tsx
+++ b/web/components/resources.tsx
@@ -7,25 +7,25 @@ const resources = [
{
icon: ,
title: "Documentation",
- description: "Comprehensive guides to get you started",
+ description: "System description and user guides",
link: "/docs/introduction",
},
{
icon: ,
title: "Changelog",
- description: "Stay up to date with the latest changes",
+ description: "Information on the latest updates",
link: "/changelog",
},
{
icon: ,
title: "Guides",
- description: "Step-by-step tutorials for common tasks",
+ description: "Step-by-step tutorials and guides for common tasks",
link: "/guides",
},
{
icon: ,
title: "GitHub Repository",
- description: "Explore the source code and contribute",
+ description: "Explore the source code.",
link: "https://github.com/MacRimi/ProxMenux",
},
]