Skip to content

Commit e28eefd

Browse files
committed
donate
1 parent 5afdecd commit e28eefd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

resources/js/components/app-sidebar.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,15 @@ export function AppSidebar() {
103103
icon: iconMapper('Star') as LucideIcon,
104104
},
105105
{
106-
title: 'Donate',
106+
title: 'Donate via Saweria',
107107
url: 'https://saweria.co/yogijowo',
108108
icon: iconMapper('Heart') as LucideIcon,
109109
},
110+
{
111+
title: 'Donate via Ko-fi',
112+
url: 'https://ko-fi.com/yogijowo',
113+
icon: iconMapper('Heart') as LucideIcon,
114+
},
110115
];
111116

112117
return (

0 commit comments

Comments
 (0)