aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/actor_profile.php
diff options
context:
space:
mode:
authorwinter2025-01-23 17:23:58 +0000
committerwinter2025-01-23 17:23:58 +0000
commitddccaf16f39a4bf710266edc389fcde124e7ef56 (patch)
treef3e2b5f78bd828adfc8f842e2b3c5a6c07bde26e /templates/actor_profile.php
parent1b60d5ca77a387122bcf900c2972edca63403155 (diff)
use icons-in-css instead of icon font
Diffstat (limited to 'templates/actor_profile.php')
-rw-r--r--templates/actor_profile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/actor_profile.php b/templates/actor_profile.php
index fed8e3b..2947a72 100644
--- a/templates/actor_profile.php
+++ b/templates/actor_profile.php
@@ -19,8 +19,8 @@ $user = UserAccount::findByCurrentSession();
</div>
<div>
<?php if (!$actor->isLocal): ?>
- <a class="icon material-symbols-outlined" href="<?= $actor->homepage ?>"
- title="<?= __('user.profile.openRemote') ?>" target="_blank">open_in_new</a>
+ <a class="material-symbols open-in-new" href="<?= $actor->homepage ?>"
+ title="<?= __('user.profile.openRemote') ?>" target="_blank"></a>
<?php endif; ?>
</div>
</div>