X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2Fjs%2Fbalance.jsx;h=19155118e97d29782126eb5917ed564733cfd33e;hb=4495b984d3e60874281f37cdb2dbe2cf1c3874ab;hp=6217e96236435fdccd0e04a4fe89adcf52b6e0b5;hpb=2e4885d98ec49203180deb7e4e9148762e4720e7;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/js/balance.jsx b/cmd/web/js/balance.jsx index 6217e96..1915511 100644 --- a/cmd/web/js/balance.jsx +++ b/cmd/web/js/balance.jsx @@ -4,10 +4,10 @@ import classnames from 'classnames'; class CurrencyLogo extends React.Component { render = () => { - var className = classnames('cc', this.props.currency, 'currency-logo'); + var className = classnames('bt', 'bt-' + this.props.currency.toLowerCase(), 'currency-logo'); return ; + aria-hidden="true" + title={this.props.currency}>; } }