From 7884401576a57f3d4db8ebf689fed4b6fbdd2327 Mon Sep 17 00:00:00 2001 From: watson Date: Thu, 21 Aug 2025 19:13:21 +0200 Subject: [PATCH] Moved matrix logo --- {src/assets => public}/matrix.svg | 0 src/buttons/Socials.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/assets => public}/matrix.svg (100%) diff --git a/src/assets/matrix.svg b/public/matrix.svg similarity index 100% rename from src/assets/matrix.svg rename to public/matrix.svg diff --git a/src/buttons/Socials.tsx b/src/buttons/Socials.tsx index d058f01..28b6407 100644 --- a/src/buttons/Socials.tsx +++ b/src/buttons/Socials.tsx @@ -60,7 +60,7 @@ const SocialButtons: React.FC = () => { rel="noopener noreferrer" aria-label={"Matrix"} className={styles.socialButton}> - {"Matrix + {"Matrix );