diff --git a/docs-site/src/lib/layout.shared.tsx b/docs-site/src/lib/layout.shared.tsx index c03e211..b5e9565 100644 --- a/docs-site/src/lib/layout.shared.tsx +++ b/docs-site/src/lib/layout.shared.tsx @@ -18,6 +18,7 @@ export function baseOptions(): BaseLayoutProps { { text: 'Docs', url: '/docs' }, { text: 'API', url: '/api' }, { text: 'Website', url: 'https://punktfunk.unom.io' }, + { text: 'Support', url: 'https://ko-fi.com/punktfunk' }, { text: 'Source code', url: 'https://git.unom.io/unom/punktfunk' }, { text: 'Discord', url: 'https://discord.gg/kaPNvzMuGU' }, { text: 'Reddit', url: 'https://www.reddit.com/r/Punktfunk/' },