add svg icons, make event display buttons toggleable
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user