Skip to content

Commit b4ed616

Browse files
committed
add missing social link labels
1 parent 48e0388 commit b4ed616

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vitepress/theme.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@ export const themeConfig = {
274274
links: [
275275
{ icon: 'i-nimiq:logos-twitter-mono', link: 'https://twitter.com/@nimiq', label: 'Twitter' },
276276
{ icon: 'i-nimiq:logos-github-mono', link: 'https://github.com/nimiq', label: 'GitHub' },
277-
{ icon: 'i-nimiq:logos-nimiq-forum-mono', link: 'https://forum.nimiq.community/' },
278-
{ icon: 'i-nimiq:logos-discord-mono', link: 'https://discord.gg/cMHemg8' },
279-
{ icon: 'i-nimiq:logos-telegram-mono', link: 'https://t.me/joinchat/AAAAAEJW-ozFwo7Er9jpHw' },
280-
{ icon: 'i-tabler:news', link: 'https://nimiq.com/blog/' },
281-
{ icon: 'i-tabler:git-merge', link: 'https://nimiq-changelog.je-cf9.workers.dev/' },
277+
{ icon: 'i-nimiq:logos-nimiq-forum-mono', link: 'https://forum.nimiq.community/', label: 'Forum' },
278+
{ icon: 'i-nimiq:logos-discord-mono', link: 'https://discord.gg/cMHemg8', label: 'Discord' },
279+
{ icon: 'i-nimiq:logos-telegram-mono', link: 'https://t.me/joinchat/AAAAAEJW-ozFwo7Er9jpHw', label: 'Telegram' },
280+
{ icon: 'i-tabler:news', link: 'https://nimiq.com/blog/', label: 'Blog' },
281+
{ icon: 'i-tabler:git-merge', link: 'https://nimiq-changelog.je-cf9.workers.dev/', label: 'Changelog' },
282282
],
283283
showLastUpdated: false,
284284
showEditContent: false,

0 commit comments

Comments
 (0)