add svg icons, make event display buttons toggleable

This commit is contained in:
2024-08-05 19:06:04 +02:00
parent a179e8dc42
commit af20820bac
5 changed files with 79 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ export const Footer = () => {
className="button tertiary"
>
<span>Instagram</span>
<Icon />
<Icon type="instagram" />
</a>
</li>
<li>
@@ -57,7 +57,7 @@ export const Footer = () => {
className="button tertiary"
>
<span>Facebook</span>
<Icon />
<Icon type="facebook" />
</a>
</li>
<li>
@@ -67,7 +67,7 @@ export const Footer = () => {
className="button tertiary"
>
<span>Flickr</span>
<Icon />
<Icon type="flickr" />
</a>
</li>
</ul>