Changed .mountable to a normal div
This commit is contained in:
parent
c3d38cb7f1
commit
0ca8bb0f3d
@ -79,7 +79,7 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
|
||||
.post-author
|
||||
Avatar(post.Author())
|
||||
.post-content
|
||||
.mountable!= aero.Markdown(post.Text)
|
||||
div!= aero.Markdown(post.Text)
|
||||
.post-toolbar.active
|
||||
.spacer
|
||||
.post-likes= len(post.Likes)
|
||||
|
Loading…
Reference in New Issue
Block a user