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 { Award, BookOpen, Info, Trophy } from 'lucide-react'
import { BookOpen, CircleDollarSign, Info, Trophy } from 'lucide-react'
import { Header } from './_components/header'
const links = [
@@ -18,6 +18,11 @@ const links = [
url: '/about',
icon: <Info />,
},
{
text: 'Support Mod Development',
url: 'https://ko-fi.com/virtualized/shop',
icon: <CircleDollarSign />,
},
// {
// text: 'Credits',
// url: '/credits',