mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed semantic markup
This commit is contained in:
parent
746e323baf
commit
4e5a6d727a
5 changed files with 20 additions and 17 deletions
|
@ -64,13 +64,13 @@ const NodeTitle: VFC<IProps> = memo(
|
|||
</div>
|
||||
|
||||
{!!username && (
|
||||
<div className={styles.name}>
|
||||
<aside className={styles.name}>
|
||||
{isLoading ? (
|
||||
<Placeholder width="100px" />
|
||||
) : (
|
||||
`~${username.toLocaleLowerCase()}, ${getPrettyDate(createdAt)}`
|
||||
)}
|
||||
</div>
|
||||
</aside>
|
||||
)}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue