Commit dcc6f0b9 by Jyotsna

vendor signup form link added in footer

1 parent 7650dc89
...@@ -21,7 +21,7 @@ const Footer = () => { ...@@ -21,7 +21,7 @@ const Footer = () => {
<h3>VENDOR SIGN UP</h3> <h3>VENDOR SIGN UP</h3>
<div className=""> <div className="">
<Button variant="light me-3">Log In</Button> <Button variant="light me-3">Log In</Button>
<Button variant="primary">Sign Up</Button> <Button href="/signup/vendor" variant="primary">Sign Up</Button>
</div> </div>
</div> </div>
</div> </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!