From 63ff3e04262bda6529fad38c9b8b6fb24ec51082 Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Tue, 24 Oct 2017 13:50:49 +0200 Subject: [PATCH] fix: Remove About link --- views/layout.pug | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index d8a98b1..0a30c03 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -89,8 +89,6 @@ html a(href=`/${queryString}` class=(currentPath === '/'? 'active' : '')) Home li a(href=`/courses${queryString}` class=(currentPath.startsWith('/courses') ? 'active' : '') ) Courses - li - a(href=`/about${queryString}` class=(currentPath.startsWith('/about') ? 'active' : '')) About .footer__apps //- a(href='#') //- img(src='/images/badge-app-store.svg')