Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaikant committed Jan 8, 2019
1 parent cfb5cd3 commit 7dfcce7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions src/components/Navigation/index.js
Expand Up @@ -34,19 +34,19 @@ const outerstyle = css`
`;

const menuConfig = [
{
title: 'SERVICES',
url: [
{ title: 'Serverless Apps', url: '/serverless' },
{ title: 'Fullstack', url: '/fullstack' },
{ title: 'AWS Cloud', url: '/aws' }

],
submenu: true
},
{ title: 'ABOUT', url: '/about', submenu: false },
{ title: 'CONTACT', url: '/Contact', submenu: false },
{title:'TEAM', url:'/team', submenu: false}
// {
// title: 'SERVICES',
// url: [
// { title: 'Serverless Apps', url: '/serverless' },
// { title: 'Fullstack', url: '/fullstack' },
// { title: 'AWS Cloud', url: '/aws' }

// ],
// submenu: true
// },
// { title: 'ABOUT', url: '/about', submenu: false },
// { title: 'CONTACT', url: '/Contact', submenu: false },
// {title:'TEAM', url:'/team', submenu: false}
];

// In this file we have tried to place the styles as close as possible to the components
Expand Down
2 changes: 1 addition & 1 deletion src/templates/blogcontentful.js
Expand Up @@ -79,7 +79,7 @@ const ContentfulBlogIndex = ({ data, location, pageContext }) => {
</div>
<Flex css="max-width: 1024px; margin: 0 auto; align-content: center;">
<BlogPosts group={group} first={first} last={last} previousUrl={previousUrl} nextUrl={nextUrl}/>
<SideBar group={group} first={first} last={last} previousUrl={previousUrl} nextUrl={nextUrl}/>
{/* <SideBar group={group} first={first} last={last} previousUrl={previousUrl} nextUrl={nextUrl}/> */}
</Flex>
</Layout>
);
Expand Down

0 comments on commit 7dfcce7

Please sign in to comment.