diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-02-05 13:00:09 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-05 13:00:09 +0100 |
commit | 53e2736a65633b76911e70dad975c23ebfca707c (patch) | |
tree | 05e471182ee8fdaa4fa6b394c41b0b9b2545fb05 | |
parent | 7dde2c773f4efee0094176fe76b2c64f4f74a1ea (diff) | |
download | nextcloud-server-53e2736a65633b76911e70dad975c23ebfca707c.tar.gz nextcloud-server-53e2736a65633b76911e70dad975c23ebfca707c.zip |
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
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index b00a5c5dd8a..fc0eb5ffaaf 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -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"> |