Skip to content

Commit

Permalink
fix: annoying click on github bring to the wrong place (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
puria authored Oct 3, 2024
1 parent b9e5635 commit c77b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
],

socialLinks: [
{ icon: 'github', link: 'https://socials.dyne.org/github' },
{ icon: 'github', link: 'https://github.com/dyne/slangroom' },
{ icon: 'npm', link: 'https://www.npmjs.com/search?q=%40slangroom' },
{ icon: 'mastodon', link: 'https://socials.dyne.org/mastodon' },
]
Expand Down

0 comments on commit c77b246

Please sign in to comment.