From c47d3147b1842e909886b99010ed6d87877ea69f Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 11 Jul 2015 18:27:02 -0400
Subject: [PATCH] Fixed a typo in the CSS for the star button causing the icon
 not to be displayed.

---
 scss/main.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/main.scss b/scss/main.scss
index 20e35cc..3ca5f8e 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -285,7 +285,7 @@ footer div {
 
 .star-button-icon {
     @extend .octicon;
-    @extend .o.cticon-star;
+    @extend .octicon-star;
 }
 
 .star-button-count {
-- 
GitLab