add profile fix

This commit is contained in:
2025-04-13 12:56:34 +02:00
parent 69409e3543
commit 9872a39b9d
8 changed files with 622 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'
import { BookOpen, CircleDollarSign, Info, Trophy } from 'lucide-react'
import { BookOpen, CircleDollarSign, Info, Trophy, Upload } from 'lucide-react'
import { Header } from './_components/header'
const links = [
@@ -23,6 +23,11 @@ const links = [
url: 'https://ko-fi.com/virtualized/shop',
icon: <CircleDollarSign />,
},
{
text: 'Fix Corrupted Profile',
url: '/profile-fix',
icon: <Upload />,
},
// {
// text: 'Credits',
// url: '/credits',