Skip to content

Commit 3981f78

Browse files
committed
Fixed social links
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 0ae8bd3 commit 3981f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ export default {
1717
copyright: 'Copyright © 2018-present Arcsecond.io (F52 Tech).'
1818
},
1919
socialLinks: [
20+
// { icon: 'facebook', link: 'https://www.facebook.com/arcsecond.io' },
2021
{ icon: 'github', link: 'https://github.com/arcsecond-io' },
21-
{ icon: 'twitter', link: 'https://twitter.com/arcsecond_io' }
22+
{ icon: 'x', link: 'https://x.com/arcsecond_io' }
2223
],
2324
sidebar: {
2425
'/explorer/': [

0 commit comments

Comments
 (0)