File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import {
14
14
faStar ,
15
15
faUsers ,
16
16
faArrowDown ,
17
+ faDonate ,
17
18
} from " @fortawesome/free-solid-svg-icons" ;
18
19
import { faGithub , faDiscord } from " @fortawesome/free-brands-svg-icons" ;
19
20
@@ -93,9 +94,17 @@ const menuItems: MenuItem[] = [
93
94
</template >
94
95
<template #end >
95
96
<a
96
- href =" https://github .com/rommapp /romm"
97
+ href =" https://opencollective .com/romm"
97
98
target =" _blank"
98
99
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"
99
108
title =" github repository"
100
109
>
101
110
<font-awesome-icon :icon =" faGithub" class =" text-2xl h-4" />
You can’t perform that action at this time.
0 commit comments