Use SVG for desktop app button

For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154
This commit is contained in:
Lukas Reschke 2016-02-05 13:00:09 +01:00
parent 7dde2c773f
commit 53e2736a65

View file

@ -170,7 +170,7 @@ if($_['passwordChangeSupported']) {
<div id="clientsbox" class="section clientsbox">
<h2><?php p($l->t('Get the apps to sync your files'));?></h2>
<a href="<?php p($_['clients']['desktop']); ?>" target="_blank">
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.png')); ?>"
<img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.svg')); ?>"
alt="<?php p($l->t('Desktop client'));?>" />
</a>
<a href="<?php p($_['clients']['android']); ?>" target="_blank">