diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 311ada70dfdc3d6827ee728d40f94da3050251d5..89604c4fa0b2ba871edaf05f97f45e5a164160ed 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -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>