From 26ab3486f31e0787805f789a4c0c6d236caeb90a Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Tue, 11 Jun 2024 18:35:41 -0500 Subject: [PATCH] Update social icons --- site/.vitepress/config.ts | 146 +------------------------------------- 1 file changed, 2 insertions(+), 144 deletions(-) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index a175a15c..4d3e882e 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -48,150 +48,8 @@ module.exports = { socialLinks: [ { icon: "github", link: "https://github.com/thepaperpilot" }, { icon: "linkedin", link: "https://www.linkedin.com/pub/anthony-lawn/a9/a98/2" }, - { icon: { svg: ` - - - - - - ` }, link: "https://matrix.to/#/@thepaperpilot:incremental.social" }, - { icon: { svg: ` - - - - - - - - - - - - - - - - - - - -` }, link: "https://incremental.social/u/thepaperpilot" } + { icon: { svg: `Matrix` }, link: "https://matrix.to/#/@thepaperpilot:incremental.social" }, + { icon: { svg: `Fediverse` }, link: "https://incremental.social/u/thepaperpilot" } ], sidebar: [ {