summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-07 15:55:07 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-08-21 10:11:38 +0200
commitaaa23c19c054e01f9f173272988b7f2635d1d3fc (patch)
tree0ff5480652f9ae06a3ffd348ab31750471412b09 /templates
parent87615fb6549c884aa9891666748170aea27e89e5 (diff)
Import vcf from files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index c6f17ca5..13478097 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -3,7 +3,7 @@ if (\OCP\Util::isIe()) {
?>
<div id="app-content">
<div class="emptycontent">
- <div class="icon-contacts-dark"></div>
+ <div class="icon-contacts"></div>
<h2><?php p($l->t('Your web browser is out of date')); ?></h2>
<p><?php p($l->t('This application is not compatible with Internet Explorer')); ?></p>
</div>