diff --git a/client/components/Footer.tsx b/client/components/Footer.tsx index d543d3f..828da19 100644 --- a/client/components/Footer.tsx +++ b/client/components/Footer.tsx @@ -96,6 +96,9 @@ export default function Footer({ mt = 5 }) {
  • LEGAL NOTICE
  • +
  • + YOUR FEEDBACK IS WELCOME +
  • 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. - -
    {
    -
    ) } const Ul = styled.ul`