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