Skip to content

Commit

Permalink
#89 update landing page title
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfinn committed May 10, 2017
1 parent ff3e283 commit 5c73671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/style/sass/_header.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.page-header {
z-index: 3;
@include flexbox;
justify-content: space-between;
justify-content: center;
padding: 20px;

color: white;
Expand All @@ -13,6 +13,9 @@
}

.toggle-dropdown-button {
position: fixed;
top: 18px;
right: 20px;
font-size: 25px !important;
background-color: transparent;
color: white;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
path: '/',
handler: (request, reply) => {
const context = {
title: 'Landing Page'
title: 'Tip Off'
};

return reply.view('home', context);
Expand Down

0 comments on commit 5c73671

Please sign in to comment.