diff --git a/taskncoffee-app/src/App.jsx b/taskncoffee-app/src/App.jsx
index 23350e7..d08d21b 100644
--- a/taskncoffee-app/src/App.jsx
+++ b/taskncoffee-app/src/App.jsx
@@ -12,7 +12,7 @@ function App() {
} />
+
}>
} />
} />
diff --git a/taskncoffee-app/src/pages/SignUp.jsx b/taskncoffee-app/src/pages/SignUp.jsx
index 3652a92..80ede6c 100644
--- a/taskncoffee-app/src/pages/SignUp.jsx
+++ b/taskncoffee-app/src/pages/SignUp.jsx
@@ -5,14 +5,13 @@ import { Link } from "react-router"
const SignUp = ({
heading = "Signup",
logo = {
- url: "https://www.shadcnblocks.com",
- src: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/logos/shadcnblockscom-wordmark.svg",
+ // url: "https://www.shadcnblocks.com",
+ // src: "https://deifkwefumgah.cloudfront.net/shadcnblocks/block/logos/shadcnblockscom-wordmark.svg",
alt: "logo",
title: "shadcnblocks.com",
},
buttonText = "Create Account",
signupText = "Already a user?",
- signupUrl = "https://shadcnblocks.com",
}) => {
return (
@@ -54,7 +53,6 @@ const SignUp = ({