fix: Remove About link
This commit is contained in:
committed by
Benedikt Rötsch
parent
46fd1f6d00
commit
63ff3e0426
@@ -89,8 +89,6 @@ html
|
|||||||
a(href=`/${queryString}` class=(currentPath === '/'? 'active' : '')) Home
|
a(href=`/${queryString}` class=(currentPath === '/'? 'active' : '')) Home
|
||||||
li
|
li
|
||||||
a(href=`/courses${queryString}` class=(currentPath.startsWith('/courses') ? 'active' : '') ) Courses
|
a(href=`/courses${queryString}` class=(currentPath.startsWith('/courses') ? 'active' : '') ) Courses
|
||||||
li
|
|
||||||
a(href=`/about${queryString}` class=(currentPath.startsWith('/about') ? 'active' : '')) About
|
|
||||||
.footer__apps
|
.footer__apps
|
||||||
//- a(href='#')
|
//- a(href='#')
|
||||||
//- img(src='/images/badge-app-store.svg')
|
//- img(src='/images/badge-app-store.svg')
|
||||||
|
|||||||
Reference in New Issue
Block a user