mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 14:10:46 +00:00
Merge pull request #1150 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
fa4571c18d
3 changed files with 1 additions and 1 deletions
BIN
public/js/status.js
vendored
BIN
public/js/status.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -261,7 +261,7 @@
|
|||
<div class="media align-items-center">
|
||||
<img :src="statusAvatar" class="rounded-circle shadow-lg mr-3" alt="avatar" width="72px" height="72px">
|
||||
<div class="media-body lead">
|
||||
by <a href="#">{{statusUsername}}</a>
|
||||
by <a :href="statusProfileUrl">{{statusUsername}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue