Skip to content

Commit

Permalink
Remove footer from home page and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed May 25, 2020
1 parent 2104997 commit b77ef2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const router = new Router({
component: Home,
props: true,
meta: {
title: "SDSLabs"
title: "SDSLabs",
hideFooter: true
}
},
{
Expand All @@ -23,7 +24,8 @@ const router = new Router({
component: Home,
props: true,
meta: {
title: "SDSLabs | Projects"
title: "SDSLabs | Projects",
hideFooter: true
}
},
{
Expand Down

0 comments on commit b77ef2e

Please sign in to comment.