mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 12:34:17 +00:00
add support link
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user