From f14dbf83c807c58182daab5f9b311373ef39d957 Mon Sep 17 00:00:00 2001 From: Andres Date: Thu, 10 Apr 2025 12:17:07 +0200 Subject: [PATCH] add support link --- src/app/layout.config.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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',