Skip to content

Commit f4e1700

Browse files
authored
add donate button to menubar
1 parent 26d07df commit f4e1700

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

app.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {
1414
faStar,
1515
faUsers,
1616
faArrowDown,
17+
faDonate,
1718
} from "@fortawesome/free-solid-svg-icons";
1819
import { faGithub, faDiscord } from "@fortawesome/free-brands-svg-icons";
1920
@@ -93,9 +94,17 @@ const menuItems: MenuItem[] = [
9394
</template>
9495
<template #end>
9596
<a
96-
href="https://github.com/rommapp/romm"
97+
href="https://opencollective.com/romm"
9798
target="_blank"
9899
class="text-900 hover:text-purple-500 border-l ml-4 pl-6 border-slate-100 dark:border-slate-800"
100+
title="support the project"
101+
>
102+
<font-awesome-icon :icon="faDonate" class="text-2xl h-4" />
103+
</a>
104+
<a
105+
href="https://github.com/rommapp/romm"
106+
target="_blank"
107+
class="text-900 hover:text-purple-500 pl-2"
99108
title="github repository"
100109
>
101110
<font-awesome-icon :icon="faGithub" class="text-2xl h-4" />

0 commit comments

Comments
 (0)