diff --git a/src/app/layout.config.tsx b/src/app/layout.config.tsx index 6fc1644..a3505c9 100644 --- a/src/app/layout.config.tsx +++ b/src/app/layout.config.tsx @@ -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: , }, + { + text: 'Support Mod Development', + url: 'https://ko-fi.com/virtualized/shop', + icon: , + }, // { // text: 'Credits', // url: '/credits',