Moved matrix logo

This commit is contained in:
Kars van Velzen 2025-08-21 19:13:21 +02:00
parent f1c5852f65
commit 7884401576
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 939 B

Before After
Before After

View file

@ -60,7 +60,7 @@ const SocialButtons: React.FC = () => {
rel="noopener noreferrer" rel="noopener noreferrer"
aria-label={"Matrix"} aria-label={"Matrix"}
className={styles.socialButton}> className={styles.socialButton}>
<img src="src/assets/matrix.svg" className={styles.matrixIcon} alt={"Matrix Logo"}/> <img src="public/matrix.svg" className={styles.matrixIcon} alt={"Matrix Logo"}/>
</a> </a>
</div> </div>
); );