Update resources.tsx

This commit is contained in:
MacRimi 2025-03-05 12:09:16 +01:00 committed by GitHub
parent 2f66234869
commit df4fba6e72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,25 +7,25 @@ const resources = [
{ {
icon: <Book className="h-6 w-6" />, icon: <Book className="h-6 w-6" />,
title: "Documentation", title: "Documentation",
description: "Comprehensive guides to get you started", description: "System description and user guides",
link: "/docs/introduction", link: "/docs/introduction",
}, },
{ {
icon: <FileText className="h-6 w-6" />, icon: <FileText className="h-6 w-6" />,
title: "Changelog", title: "Changelog",
description: "Stay up to date with the latest changes", description: "Information on the latest updates",
link: "/changelog", link: "/changelog",
}, },
{ {
icon: <GitBranch className="h-6 w-6" />, icon: <GitBranch className="h-6 w-6" />,
title: "Guides", title: "Guides",
description: "Step-by-step tutorials for common tasks", description: "Step-by-step tutorials and guides for common tasks",
link: "/guides", link: "/guides",
}, },
{ {
icon: <Github className="h-6 w-6" />, icon: <Github className="h-6 w-6" />,
title: "GitHub Repository", title: "GitHub Repository",
description: "Explore the source code and contribute", description: "Explore the source code.",
link: "https://github.com/MacRimi/ProxMenux", link: "https://github.com/MacRimi/ProxMenux",
}, },
] ]