diff --git a/README.md b/README.md
index 6db1d24..1d151b8 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Free meal planner for cooks short on ideas! (like me …)
- Notation system: know what are the most loved meals
- Share recipe with your friends and family
- Suggestions based on what your personal taste
-- Recipes in Video
+- Recipes in Video ✓
- Get a full menu (Starter, Main, Dessert + Cocktail)
- Send a daily suggestion to newsletter
- History
@@ -95,7 +95,6 @@ Free meal planner for cooks short on ideas! (like me …)
## TO DO
-1. add sidenav on mobile
1. send message after contact form validation (confirm to sender and msg+info to admin)
1. Design & Breadcrumb
1. Cookie bar
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index 2fa6a89..5537a49 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -1,4 +1,5 @@
import React from "react";
+import { Link } from "react-router-dom";
import { useAuth0 } from "../utils/auth0-spa";
import { Logo } from "./Logo";
import { RandomButton } from "./RandomButton";
@@ -20,7 +21,7 @@ export const Navbar = props => {
{links.map((link, i) => (
Email: {user.email} + {/* {user.email} */}
{/*{JSON.stringify(user, null, 2)} */}