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')