Skip to content

Commit

Permalink
Merge pull request #78 from cloud-native-nordics:staging
Browse files Browse the repository at this point in the history
Removed speakers link
  • Loading branch information
rhjensen79 authored Sep 28, 2023
2 parents 3b7ba18 + f4c84b6 commit 2fe3bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/constants/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LINKS from 'constants/links.js';

const MENUS = {
header: [
{ text: 'Speakers', ...LINKS.speakers },
// { text: 'Speakers', ...LINKS.speakers },
// { text: 'Schedule', ...LINKS.schedule },
// { text: 'Call for Proposal', ...LINKS.proposal },
{ text: 'Call for Volunteers', ...LINKS.volunteer },
Expand Down
6 changes: 1 addition & 5 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/* eslint-disable react/prop-types */
import React from 'react';

import Proposal from 'components/pages/home/proposal';
import Hero from 'components/pages/home/hero';
import Partners from 'components/pages/home/partners';
import Schedule from 'components/pages/home/schedule';
import Speakers from 'components/pages/home/speakers';
import Sponsors from 'components/pages/home/sponsors';
import Welcome from 'components/pages/home/welcome';
import Layout from 'components/shared/layout';
Expand All @@ -16,7 +12,7 @@ const HomePage = ({ location }) => (
<Hero />
<Welcome />
{/* <Proposal /> */}
<Speakers location={location} />
{/* <Speakers location={location} /> */}
{/*<Schedule /> */}
{<Sponsors />}
{/* <Partners /> */}
Expand Down

0 comments on commit 2fe3bf7

Please sign in to comment.