diff --git a/frontend/src/router.js b/frontend/src/router.js index b5d3698..26277f4 100644 --- a/frontend/src/router.js +++ b/frontend/src/router.js @@ -14,7 +14,8 @@ const router = new Router({ component: Home, props: true, meta: { - title: "SDSLabs" + title: "SDSLabs", + hideFooter: true } }, { @@ -23,7 +24,8 @@ const router = new Router({ component: Home, props: true, meta: { - title: "SDSLabs | Projects" + title: "SDSLabs | Projects", + hideFooter: true } }, {