diff options
| author | winter | 2025-01-23 17:23:58 +0000 |
|---|---|---|
| committer | winter | 2025-01-23 17:23:58 +0000 |
| commit | ddccaf16f39a4bf710266edc389fcde124e7ef56 (patch) | |
| tree | f3e2b5f78bd828adfc8f842e2b3c5a6c07bde26e /templates/actor_profile.php | |
| parent | 1b60d5ca77a387122bcf900c2972edca63403155 (diff) | |
use icons-in-css instead of icon font
Diffstat (limited to 'templates/actor_profile.php')
| -rw-r--r-- | templates/actor_profile.php | 4 |
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> |
