mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 00:42:23 +00:00
Update resources.tsx
This commit is contained in:
parent
df4fba6e72
commit
edcd0c0ddb
@ -7,29 +7,30 @@ const resources = [
|
|||||||
{
|
{
|
||||||
icon: <Book className="h-6 w-6" />,
|
icon: <Book className="h-6 w-6" />,
|
||||||
title: "Documentation",
|
title: "Documentation",
|
||||||
description: "System description and user guides",
|
description: <span className="min-h-[48px]">System description and user guides</span>,
|
||||||
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: "Information on the latest updates",
|
description: <span className="min-h-[48px]">Information on the latest updates</span>,
|
||||||
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 and guides for common tasks",
|
description: <span className="min-h-[48px]">Step-by-step tutorials and guides for common tasks</span>,
|
||||||
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.",
|
description: <span className="min-h-[48px]">Explore the source code.</span>,
|
||||||
link: "https://github.com/MacRimi/ProxMenux",
|
link: "https://github.com/MacRimi/ProxMenux",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
export default function Resources() {
|
export default function Resources() {
|
||||||
return (
|
return (
|
||||||
<section className="py-20 bg-gray-900">
|
<section className="py-20 bg-gray-900">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user