Skip to content

Commit 7ece447

Browse files
Update discord link to profile
1 parent d8e7587 commit 7ece447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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',
13+
discord: 'https://discord.com/users/979453275369783346',
1414
github: repoBaseUrl,
1515
githubProfile: 'https://github.com/webdevnerdstuff',
1616
license: `${repoBaseUrl}/blob/main/LICENSE.md`,

0 commit comments

Comments
 (0)