diff --git a/web/components/resources.tsx b/web/components/resources.tsx
index 0ec90bf..ea9b26f 100644
--- a/web/components/resources.tsx
+++ b/web/components/resources.tsx
@@ -7,29 +7,30 @@ const resources = [
{
icon: ,
title: "Documentation",
- description: "System description and user guides",
+ description: System description and user guides,
link: "/docs/introduction",
},
{
icon: ,
title: "Changelog",
- description: "Information on the latest updates",
+ description: Information on the latest updates,
link: "/changelog",
},
{
icon: ,
title: "Guides",
- description: "Step-by-step tutorials and guides for common tasks",
+ description: Step-by-step tutorials and guides for common tasks,
link: "/guides",
},
{
icon: ,
title: "GitHub Repository",
- description: "Explore the source code.",
+ description: Explore the source code.,
link: "https://github.com/MacRimi/ProxMenux",
},
]
+
export default function Resources() {
return (