hide app buttons for now
This commit is contained in:
committed by
Benedikt Rötsch
parent
d286a7f475
commit
23b6f24c76
@@ -74,10 +74,10 @@ html
|
|||||||
li
|
li
|
||||||
a(href=`/settings${queryString}` class=(currentPath.startsWith('/settings') ? 'active' : '')) Settings
|
a(href=`/settings${queryString}` class=(currentPath.startsWith('/settings') ? 'active' : '')) Settings
|
||||||
.footer__apps
|
.footer__apps
|
||||||
a(href='#')
|
//- a(href='#')
|
||||||
img(src='/images/badge-app-store.svg')
|
//- img(src='/images/badge-app-store.svg')
|
||||||
a(href='#')
|
//- a(href='#')
|
||||||
img(src='/images/badge-google-play.svg')
|
//- img(src='/images/badge-google-play.svg')
|
||||||
.footer__lower
|
.footer__lower
|
||||||
.footer__disclaimer
|
.footer__disclaimer
|
||||||
img.footer__disclaimer-logo(src='/images/contentful-logo.svg')
|
img.footer__disclaimer-logo(src='/images/contentful-logo.svg')
|
||||||
|
|||||||
Reference in New Issue
Block a user