mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-25 14:00: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">
|
<div class="media align-items-center">
|
||||||
<img :src="statusAvatar" class="rounded-circle shadow-lg mr-3" alt="avatar" width="72px" height="72px">
|
<img :src="statusAvatar" class="rounded-circle shadow-lg mr-3" alt="avatar" width="72px" height="72px">
|
||||||
<div class="media-body lead">
|
<div class="media-body lead">
|
||||||
by <a href="#">{{statusUsername}}</a>
|
by <a :href="statusProfileUrl">{{statusUsername}}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue