2 Commits

Author SHA1 Message Date
yehor
846f09f817 Add Pixelfed link
All checks were successful
Build release image / build (push) Successful in 2m14s
2025-10-06 15:23:38 +03:00
yehor
d930d6774d Add matrix link
All checks were successful
Build release image / build (push) Successful in 2m30s
2025-08-31 23:58:04 +03:00

View File

@@ -33,13 +33,23 @@ const FeatureList = [
</>
),
},
{
title: 'Matrix',
link: 'https://matrix.to/#/@yehor:vi.place',
Svg: require('@site/static/icons/matrix.svg').default,
description: (
<>
If you want to chat (with end-to-end encryption)
</>
),
},
{
title: 'Pixelfed',
link: 'https://pixelfed.social/estevez',
Svg: require('@site/static/icons/pixelfed.svg').default,
description: (
<>
My photos
For some photography
</>
),
},