Skip to content

Commit

Permalink
remove tokenpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
aulneau committed Jul 10, 2019
1 parent 749cd33 commit 79eb2f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import dynamic from 'next/dynamic'
const CookieBanner = dynamic(() => import('@components/cookie-banner'), {
ssr: false
})

const Tracking = dynamic(() => import('@components/tracking'), {
ssr: false
})
Expand All @@ -32,8 +31,6 @@ const WrappedComponent = ({
const size = useComponentSize(ref)
const height = size && size.height

const defaultTemplate = !pageProps.meta.custom

return (
<HeaderHeightContext.Provider value={height}>
<Box position="relative" {...rest}>
Expand Down
11 changes: 0 additions & 11 deletions pages/papers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ const documents = [
</>
),
href: '/whitepaper-ch.pdf'
},
{
name: 'Blockstack Token Whitepaper',
description: (
<>
Token Whitepaper Version 1.2
<br />
Oct 2017
</>
),
href: '/tokenpaper.pdf'
}
]

Expand Down
Binary file removed static/papers/tokenpaper.pdf
Binary file not shown.

0 comments on commit 79eb2f8

Please sign in to comment.