Skip to content

Commit f9b71bc

Browse files
committed
add store link
1 parent e1eb733 commit f9b71bc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

webui/src/components/Footer.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,25 @@
9898
<h3>Links</h3>
9999
<ul>
100100
<li>
101-
<a href="https://github.com/marle3003/mokapi">
101+
<a href="https://github.com/marle3003/mokapi" target="_blank">
102102
Docker
103103
</a>
104104
</li>
105105
<li>
106-
<a href="https://www.npmjs.com/package/go-mokapi">
106+
<a href="https://www.npmjs.com/package/go-mokapi" target="_blank">
107107
NPM
108108
</a>
109109
</li>
110110
<li>
111-
<a href="https://github.com/marle3003/mokapi">
111+
<a href="https://github.com/marle3003/mokapi" target="_blank">
112112
GitHub
113113
</a>
114114
</li>
115+
<li>
116+
<a href="https://mokapi.myspreadshop.ch/" target="_blank" rel="noopener noreferrer" >
117+
Merchandise Store
118+
</a>
119+
</li>
115120
</ul>
116121
</div>
117122
</div>

0 commit comments

Comments
 (0)