mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 16:19:06 -04:00
use web.svg instead of web.png
This commit is contained in:
parent
3cbbe395eb
commit
e704c8e4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
data-type='file'><p><?php p($l->t('Text file'));?></p></li>
|
||||
<li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
|
||||
data-type='folder'><p><?php p($l->t('Folder'));?></p></li>
|
||||
<li style="background-image:url('<?php p(OCP\image_path('core', 'web.png')) ?>')"
|
||||
<li style="background-image:url('<?php p(OCP\image_path('core', 'web.svg')) ?>')"
|
||||
data-type='web'><p><?php p($l->t('From link'));?></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue