From 25f66f96b6635fcca27fc90fcded8449615d731e Mon Sep 17 00:00:00 2001 From: Ezekiel Aquino Date: Tue, 11 Dec 2018 17:00:44 +0100 Subject: Removes headroom --- packages/website/ts/@next/components/header.tsx | 81 ++++++++++++------------- 1 file changed, 39 insertions(+), 42 deletions(-) (limited to 'packages/website/ts/@next/components') diff --git a/packages/website/ts/@next/components/header.tsx b/packages/website/ts/@next/components/header.tsx index 73f615643..33129ce48 100644 --- a/packages/website/ts/@next/components/header.tsx +++ b/packages/website/ts/@next/components/header.tsx @@ -1,6 +1,5 @@ import _ from 'lodash'; import * as React from 'react'; -import Headroom from 'react-headroom'; import { Link as ReactRouterLink } from 'react-router-dom'; import styled, { withTheme } from 'styled-components'; @@ -106,47 +105,45 @@ class HeaderBase extends React.Component { const { theme } = this.props; return ( - - - - - - - - - - - - - Trade on 0x - - - - - + + + + + + + + + + + + Trade on 0x + + + + ); } } -- cgit v1.2.3