removed className from image

This commit is contained in:
Foster Irwin 2022-02-04 09:48:23 -07:00
parent 0c4a61007e
commit 343750bcbd

View file

@ -34,7 +34,7 @@ export const DownloadCard = ({
{buttonText}
</a>
:
<a href={url} className="button button--secondary button--block">
<a href={url}>
<img style={{height: '4rem'}} src={imgUrl}></img>
</a>
}