File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5353 </template >
5454 </v-select >
5555
56+ <v-btn
57+ class =" me-2"
58+ :height =" iconSize.height"
59+ :href =" links.discord"
60+ icon
61+ target =" _blank"
62+ :width =" iconSize.width"
63+ >
64+ <fa-icon icon =" fa-brands fa-discord" />
65+ </v-btn >
66+
5667 <v-btn
5768 class =" me-2"
5869 :height =" iconSize.height"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export const useCoreStore = defineStore('core', () => {
1010 const repoBaseUrl = `https://github.com/webdevnerdstuff/${ packageName } ` ;
1111 const links = {
1212 changeLog : `${ repoBaseUrl } /blob/main/CHANGELOG.md` ,
13+ discord : 'https://discord.gg/ksYZfB5F' ,
1314 github : repoBaseUrl ,
1415 githubProfile : 'https://github.com/webdevnerdstuff' ,
1516 license : `${ repoBaseUrl } /blob/main/LICENSE.md` ,
You can’t perform that action at this time.
0 commit comments