fixed icon round styling

This commit is contained in:
andres alcocer
2022-12-11 13:48:58 -05:00
parent b952bcf1ca
commit 6e3a45d776
9 changed files with 39 additions and 23 deletions

View File

@@ -1,4 +1,6 @@
import React from 'react'
import Button, { ButtonType } from './Button/Button'
import AddLogo from '../static/images/add.svg'
const footer = () => (
<footer className='footer'>
@@ -8,8 +10,8 @@ const footer = () => (
className='footer__copyright--link'
href='https://github.com/devandres-tech'
>
{' '}
Dev Andres
<Button Icon={<AddLogo />} buttonType={ButtonType.IconRound} /> Dev
Andres
</a>
</div>
</footer>