summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-08 11:05:38 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-08 11:05:38 +0200
commit73261c56a67b3c08ecf774d460de625eb29c4294 (patch)
tree43a8ba6b9b8d72c1f3ff66010c751c4dbfc4baf9 /templates
parent208f6881a10d8784bdc72a596721f7d70c25c2fb (diff)
Fix icon-contacts-dark
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 0d27e7f3..65e811e6 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -3,7 +3,7 @@ if (\OC_Util::isIe()) {
?>
<div id="app-content">
<div class="emptycontent">
- <div class="icon-contacts"></div>
+ <div class="icon-contacts-dark"></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>