mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-29 14:51:50 -08:00
removed className from image
This commit is contained in:
parent
0c4a61007e
commit
343750bcbd
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue