diff --git a/views/layout.pug b/views/layout.pug index f6cfd08..ab0838d 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -74,10 +74,10 @@ html li a(href=`/settings${queryString}` class=(currentPath.startsWith('/settings') ? 'active' : '')) Settings .footer__apps - a(href='#') - img(src='/images/badge-app-store.svg') - a(href='#') - img(src='/images/badge-google-play.svg') + //- a(href='#') + //- img(src='/images/badge-app-store.svg') + //- a(href='#') + //- img(src='/images/badge-google-play.svg') .footer__lower .footer__disclaimer img.footer__disclaimer-logo(src='/images/contentful-logo.svg')