From d930d6774df5e7da4f5305175d7e04c246bde109 Mon Sep 17 00:00:00 2001 From: yehor Date: Sun, 31 Aug 2025 23:58:04 +0300 Subject: [PATCH] Add matrix link --- src/components/HomepageFeatures/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 708dd47..c898aff 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -34,12 +34,12 @@ const FeatureList = [ ), }, { - title: 'Pixelfed', - link: 'https://pixelfed.social/estevez', - Svg: require('@site/static/icons/pixelfed.svg').default, + title: 'Matrix', + link: 'https://matrix.to/#/@yehor:vi.place', + Svg: require('@site/static/icons/matrix.svg').default, description: ( <> - My photos + If you want to chat (with end-to-end encryption) ), },