mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
Fix rendering of front page news icons
Rendering was 'pixelated', is now 'auto'.
This commit is contained in:
parent
c85f994f4c
commit
e98dc1405b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
|
|||
h4= env.t('joinOthers', {userCount:'900,000'})
|
||||
small
|
||||
button#play-btn.btn.btn-primary.btn-lg.gamifybutton(ng-click='playButtonClick()')= env.t('free')
|
||||
.presslogos.text-center
|
||||
.presslogos.text-center.img-rendering-auto
|
||||
= env.t('featuredIn')
|
||||
br
|
||||
img(src='https://d2afqr2xdmyzvu.cloudfront.net/front/images/presslogos/lifehacker.png')
|
||||
|
|
|
|||
Loading…
Reference in a new issue