forked from mirror/pixelfed
Merge pull request #1150 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
fa4571c18d
File diff suppressed because one or more lines are too long
|
@ -10,6 +10,6 @@
|
|||
"/js/discover.js": "/js/discover.js?id=75fb12b06ee23fa05186",
|
||||
"/js/profile.js": "/js/profile.js?id=22b0a1974c9458efa4c8",
|
||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||
"/js/status.js": "/js/status.js?id=f93eb768e942f3fb1d5f",
|
||||
"/js/status.js": "/js/status.js?id=da9f011c3c2d708653a8",
|
||||
"/js/timeline.js": "/js/timeline.js?id=f83a9c543e3f2015b8b2"
|
||||
}
|
||||
|
|
|
@ -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 New Issue