Skip to content
Snippets Groups Projects
Commit e704c8e4 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

use web.svg instead of web.png

parent 3cbbe395
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment