From 3b79d68c51a9860f68dd7dccff2d5adb3f65f464 Mon Sep 17 00:00:00 2001 From: tiff Date: Sun, 20 Apr 2025 18:47:18 -0400 Subject: [PATCH] Fix Matrix social link --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 6fff28f..039fd1e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -24,7 +24,7 @@ export const SOCIALS = [ }, { name: "Matrix", - href: "@100pdatcat:matrix.org", + href: "https://matrix.to/#/@100pdatcat:matrix.org", linkTitle: `${SITE.title} Matrix`, icon: IconMatrix, },