From 9653da7ba030521db33b71f48b660bd93279abd1 Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 26 Jan 2018 11:31:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Changed=20the=20quote=20icon=20i?= =?UTF-8?q?n=20the=20quote=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/quote/quote.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/quote/quote.pixy b/pages/quote/quote.pixy index 486e1198..9ffc5141 100644 --- a/pages/quote/quote.pixy +++ b/pages/quote/quote.pixy @@ -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)