We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1eb733 commit f9b71bcCopy full SHA for f9b71bc
webui/src/components/Footer.vue
@@ -98,20 +98,25 @@
98
<h3>Links</h3>
99
<ul>
100
<li>
101
- <a href="https://github.com/marle3003/mokapi">
+ <a href="https://github.com/marle3003/mokapi" target="_blank">
102
Docker
103
</a>
104
</li>
105
106
- <a href="https://www.npmjs.com/package/go-mokapi">
+ <a href="https://www.npmjs.com/package/go-mokapi" target="_blank">
107
NPM
108
109
110
111
112
GitHub
113
114
115
+ <li>
116
+ <a href="https://mokapi.myspreadshop.ch/" target="_blank" rel="noopener noreferrer" >
117
+ Merchandise Store
118
+ </a>
119
+ </li>
120
</ul>
121
</div>
122
0 commit comments