mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Improve readaility
This commit is contained in:
parent
39f4bfc953
commit
fa5c4a48f8
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
|||
</a>
|
||||
<div class="main">
|
||||
<header>
|
||||
<a class="name" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }>{ post.user.name }</a><span class="username">@{ post.user.username }</span><a class="created-at" href={ CONFIG.url + '/' + post.user.username + '/' + post.id }>
|
||||
<a class="name" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }>{ post.user.name }</a>
|
||||
<span class="username">@{ post.user.username }</span>
|
||||
<a class="created-at" href={ CONFIG.url + '/' + post.user.username + '/' + post.id }>
|
||||
<mk-time time={ post.created_at }></mk-time>
|
||||
</a>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue