Skip to content

Commit

Permalink
Add button to redirect to add password page (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixito authored Oct 11, 2024
1 parent adc951e commit 0107190
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/pages/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -28,6 +29,11 @@ const Home = () => {
Keep all of your login information safe and secure with our
state-of-the-art password manager.
</p>
<Link
className="text-black bg-white hover:bg-gray-200 focus:ring-4 focus:outline-none focus:ring-gray-300 font-semibold rounded-lg text-sm px-5 py-2.5 text-center"
>
Add Password
</Link>
</div>

{/* Desktop Image (hidden on mobile) */}
Expand Down

0 comments on commit 0107190

Please sign in to comment.