💄 Changed the quote icon in the quote page.
This commit is contained in:
parent
5ad259e57d
commit
9653da7ba0
@ -51,7 +51,7 @@ component QuoteInformation(quote *arn.Quote, user *arn.User)
|
||||
component QuoteTabs(quote *arn.Quote, user *arn.User)
|
||||
.tabs
|
||||
TabLikeQuote(strconv.Itoa(len(quote.Likes)), "heart", quote, user)
|
||||
Tab("Quote", "building", quote.Link())
|
||||
Tab("Quote", "quote-left", quote.Link())
|
||||
Tab("Edit", "pencil", quote.Link() + "/edit")
|
||||
|
||||
component QuoteAnime(anime *arn.Anime, user *arn.User)
|
||||
|
Loading…
Reference in New Issue
Block a user