diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index a5b7109..e67c1ab 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -13,7 +13,7 @@ const headerStore = store({
});
const Header = ({ images, links }) => {
- const { docs, homepage, whitepaper } = links;
+ const { docs, homepage } = links;
const { logo } = images;
const { mobileMenuVisible, toggle } = headerStore;
@@ -33,14 +33,6 @@ const Header = ({ images, links }) => {
>
docs
-
- whitepaper
-