Skip to content

Commit

Permalink
Remove Data providers from the navigation (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-yakubiv authored Oct 28, 2020
1 parent 0df47f9 commit 1a53ce2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/layout/app-bar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import { AppBar, Logo, Button } from '@oacore/design'
import Link from 'next/link'

import styles from './styles.module.css'

Expand All @@ -12,13 +11,6 @@ const SearchAppBar = ({ children, className, ...restProps }) => (
{children}
<AppBar.Item tag="nav" className={styles.navigation}>
<ul className={styles.navigationList}>
<li>
<Link href="/data-providers" passHref>
<Button tag="a" className={styles.link}>
Data providers
</Button>
</Link>
</li>
<li>
<Button tag="a" href="//core.ac.uk/services" className={styles.link}>
Services
Expand Down

1 comment on commit 1a53ce2

@vercel
Copy link

@vercel vercel bot commented on 1a53ce2 Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.