Skip to content

Commit 31932a2

Browse files
Added discord link
1 parent c4d61ff commit 31932a2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/documentation/layout/AppBar.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@
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"

src/stores/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`,

0 commit comments

Comments
 (0)