diff --git a/src/app/(home)/about/page.tsx b/src/app/(home)/about/page.tsx deleted file mode 100644 index 84da5f8..0000000 --- a/src/app/(home)/about/page.tsx +++ /dev/null @@ -1,10 +0,0 @@ -export default async function About() { - return ( -
-
-

About

-

This is empty for now, we'll add some content here soon.

-
-
- ) -} diff --git a/src/app/(home)/log-parser/page.tsx b/src/app/(home)/log-parser/page.tsx index 43db08b..ac0f7e8 100644 --- a/src/app/(home)/log-parser/page.tsx +++ b/src/app/(home)/log-parser/page.tsx @@ -571,7 +571,7 @@ export default function LogParser() { Drop log file here or click - Upload your Balatro log.txt file. + Upload your logs file. diff --git a/src/app/(home)/support-us/page.tsx b/src/app/(home)/support-us/page.tsx new file mode 100644 index 0000000..730a9cb --- /dev/null +++ b/src/app/(home)/support-us/page.tsx @@ -0,0 +1,34 @@ +import { ExternalLink } from 'lucide-react' +import Link from 'next/link' + +export default async function SupportUsPage() { + return ( +
+
+

Support us

+

+ + Support Multiplayer Mod development{' '} + + +

+

+ + Support the development of this website{' '} + + +

+
+
+ ) +} diff --git a/src/app/layout.config.tsx b/src/app/layout.config.tsx index eb24c11..8c6a69d 100644 --- a/src/app/layout.config.tsx +++ b/src/app/layout.config.tsx @@ -1,5 +1,6 @@ +import type { LinkItemType } from 'fumadocs-ui/layouts/links' import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared' -import { BookOpen, CircleDollarSign, Info, Trophy, Upload } from 'lucide-react' +import { BookOpen, CircleDollarSign, Trophy, Upload } from 'lucide-react' import { Header } from './_components/header' const links = [ @@ -13,31 +14,38 @@ const links = [ url: '/leaderboards', icon: , }, - { - text: 'About', - url: '/about', - icon: , - }, { text: 'Major League Balatro', url: '/major-league-balatro', }, { - text: 'Support Mod Development', - url: 'https://ko-fi.com/virtualized/shop', + text: 'Support Us', + url: '/support-us', icon: , }, { - text: 'Fix Corrupted Profile', - url: '/profile-fix', - icon: , + text: 'Tools', + type: 'menu', + items: [ + { + text: 'Fix Corrupted Profile', + url: '/profile-fix', + icon: , + }, + { + text: 'Log Parser', + url: '/log-parser', + icon: , + }, + ], }, + // { // text: 'Credits', // url: '/credits', // icon: , // }, -] +] satisfies LinkItemType[] const nav = { title: (