diff --git a/client/components/Nav.tsx b/client/components/Nav.tsx
index 51f8923..6368416 100644
--- a/client/components/Nav.tsx
+++ b/client/components/Nav.tsx
@@ -1,26 +1,13 @@
/* eslint-disable jsx-a11y/anchor-is-valid */
import React from "react"
import Link from "next/link"
-import { flexbox, layout, padding, space, typography } from "styled-system"
+import { flexbox, layout, space, typography } from "styled-system"
import { useTheme } from "@emotion/react"
-import { Fragment } from "react"
import styled from "@emotion/styled"
const Nav = ({ mt = 4 }) => {
const theme = useTheme()
return (
-
-
- This is an alpha version for testing purposes, it's not final and may contain errors.{" "}
-
- Your feedback is welcome.
-
-