add support link

This commit is contained in:
2025-04-10 12:17:07 +02:00
parent b4089a9140
commit f14dbf83c8

View File

@@ -1,5 +1,5 @@
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared' import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'
import { Award, BookOpen, Info, Trophy } from 'lucide-react' import { BookOpen, CircleDollarSign, Info, Trophy } from 'lucide-react'
import { Header } from './_components/header' import { Header } from './_components/header'
const links = [ const links = [
@@ -18,6 +18,11 @@ const links = [
url: '/about', url: '/about',
icon: <Info />, icon: <Info />,
}, },
{
text: 'Support Mod Development',
url: 'https://ko-fi.com/virtualized/shop',
icon: <CircleDollarSign />,
},
// { // {
// text: 'Credits', // text: 'Credits',
// url: '/credits', // url: '/credits',