Fixed main quote display
This commit is contained in:
parent
fecf996b08
commit
f056f0487f
@ -32,7 +32,7 @@ component CharacterDetails(character *arn.Character, characterAnime []*arn.Anime
|
|||||||
Japanese("日本語の名前無し")
|
Japanese("日本語の名前無し")
|
||||||
|
|
||||||
if mainQuote != nil
|
if mainQuote != nil
|
||||||
.character-quote
|
.character-quotes
|
||||||
Quote(mainQuote, user)
|
Quote(mainQuote, user)
|
||||||
|
|
||||||
.character-description.mountable!= markdown.Render(character.Description)
|
.character-description.mountable!= markdown.Render(character.Description)
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
.character-quotes
|
.character-quotes
|
||||||
justify-content flex-start
|
justify-content flex-start
|
||||||
|
|
||||||
.character-quotes
|
|
||||||
footer,
|
footer,
|
||||||
.quote-footer
|
.quote-footer
|
||||||
display none
|
display none
|
||||||
|
Loading…
Reference in New Issue
Block a user