From 4f7a999af228bdbe47f019eb332d2015571586ef Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 2 Jul 2014 00:58:21 -0400 Subject: [PATCH] use ionic icon instead of brand logo image --- views/partials/navbar.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/partials/navbar.jade b/views/partials/navbar.jade index 2bdebfdc77..0241aa5442 100644 --- a/views/partials/navbar.jade +++ b/views/partials/navbar.jade @@ -6,7 +6,9 @@ span.icon-bar span.icon-bar span.icon-bar - a.navbar-brand(href='/') Project name + a.navbar-brand(href='/') + span.ion-cube + | Project name .collapse.navbar-collapse ul.nav.navbar-nav li(class=title=='Home'?'active':undefined)