mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 00:05:36 +02:00
add donate button to sidebar
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
<script lang="ts" module>
|
||||
import { Bell, Clapperboard, Home, Info, LifeBuoy, Settings, TvIcon } from 'lucide-svelte';
|
||||
import {
|
||||
Bell,
|
||||
CircleDollarSign,
|
||||
Clapperboard,
|
||||
Home,
|
||||
Info,
|
||||
LifeBuoy,
|
||||
Settings,
|
||||
TvIcon
|
||||
} from 'lucide-svelte';
|
||||
import { PUBLIC_VERSION } from '$env/static/public';
|
||||
|
||||
const data = {
|
||||
@@ -67,6 +76,11 @@
|
||||
url: 'https://github.com/maxdorninger/MediaManager/issues',
|
||||
icon: LifeBuoy
|
||||
},
|
||||
{
|
||||
title: 'Donate',
|
||||
url: 'https://github.com/sponsors/maxdorninger',
|
||||
icon: CircleDollarSign
|
||||
},
|
||||
{
|
||||
title: 'About',
|
||||
url: '/dashboard/about',
|
||||
|
||||
Reference in New Issue
Block a user