Skip to content

Commit

Permalink
fix: remove discord social link in vitepress theme configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jun 18, 2024
1 parent 1897ab6 commit 7a56a03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export default defineConfig({
},
logo: '/images/logo.png',
socialLinks: [
{ icon: 'github', link: 'https://github.com/KohlbacherLab/homepage' },
{ icon: 'discord', link: 'https://discord.gg/vEsUaEFBVE' },
{ icon: 'github', link: 'https://github.com/KohlbacherLab/homepage' }
],
footer: {
copyright: 'Copyright © 2024-present KohlbacherLab'
Expand Down

0 comments on commit 7a56a03

Please sign in to comment.