diff options
| author | winter | 2025-01-20 17:43:17 +0000 |
|---|---|---|
| committer | winter | 2025-01-20 17:43:17 +0000 |
| commit | 6b78446c1d5b76438d40bbe68aa0397de533e61a (patch) | |
| tree | f2e06477b74e2b380b1922179e3cb16ca1420481 /templates/actor_avatar.php | |
| parent | 55433eeca50ff840cb0b660f8f9de44b2bc6825f (diff) | |
various avatar tweaks and profile above note form
Diffstat (limited to 'templates/actor_avatar.php')
| -rw-r--r-- | templates/actor_avatar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor_avatar.php b/templates/actor_avatar.php index 439072b..16b529b 100644 --- a/templates/actor_avatar.php +++ b/templates/actor_avatar.php @@ -1,5 +1,5 @@ <?php if (isset($actor->avatar)): ?> <img class="avatar" src="<?= $actor->avatar ?>"> <?php else: ?> - <img class="avatar" src="/static/default-avatar.svg"> + <img class="avatar" src="/static/default-avatar.png"> <?php endif; ?>
\ No newline at end of file |
