diff options
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> |
