aboutsummaryrefslogtreecommitdiff
path: root/templates/blubber/global_context.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blubber/global_context.php')
-rw-r--r--templates/blubber/global_context.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blubber/global_context.php b/templates/blubber/global_context.php
index e41e0f0..0568782 100644
--- a/templates/blubber/global_context.php
+++ b/templates/blubber/global_context.php
@@ -10,8 +10,8 @@
aria-pressed="<?= $unfollowed ? 'false' : 'true' ?>"
role="button"
data-thread_id="global">
- <?= Icon::create('decline')->asSvg(['class' => 'follow text-bottom']) ?>
- <?= Icon::create('notification2')->asSvg(['class' => 'unfollow text-bottom']) ?>
+ <?= Icon::create('decline')->asImg(['class' => 'follow text-bottom']) ?>
+ <?= Icon::create('notification2')->asImg(['class' => 'unfollow text-bottom']) ?>
<?= _('Benachrichtigungen aktiviert') ?>
</a>
</div>