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 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',
|
||||||
|
|||||||
Reference in New Issue
Block a user