From 010719043dd480d6d6b7093cf0eb6179e00e2ffa Mon Sep 17 00:00:00 2001 From: Thomas ROBERT Date: Fri, 11 Oct 2024 12:01:23 +0200 Subject: [PATCH] Add button to redirect to add password page (#9) --- frontend/src/pages/home.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/pages/home.js b/frontend/src/pages/home.js index a21b65a..c082174 100644 --- a/frontend/src/pages/home.js +++ b/frontend/src/pages/home.js @@ -2,6 +2,7 @@ import React from "react"; import Footer from "../components/footer"; import Navbar from "../components/navbar"; import TestimonialSection from "../components/testimonials"; +import { Link } from "react-router-dom"; const Home = () => { return ( @@ -28,6 +29,11 @@ const Home = () => { Keep all of your login information safe and secure with our state-of-the-art password manager.

+ + Add Password + {/* Desktop Image (hidden on mobile) */}