Skip to content

Commit

Permalink
Add mobile image
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Mar 14, 2024
1 parent c54ee11 commit 5807acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion lib/frontend/site/announcement/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ export default class Announcement extends Component {
<li>Jerarquía: de una lista de opciones, esta opción permite ordenarlas de mayor a menor en base a un criterio.</li>
</ul>
<div className='image-wrapper'>
<img src='/lib/frontend/site/announcement/vote.png' alt='vote' />
<img src='/lib/frontend/site/announcement/vote.png' className='hidden-sm-down' alt='vote' />
<img src='/lib/frontend/site/announcement/vote_mobile.png' className='hidden-md-up' alt='vote' />
</div>
</div>
</div>
Expand Down

0 comments on commit 5807acf

Please sign in to comment.