login bug fixed

This commit was merged in pull request #124.
This commit is contained in:
victorAnumudu
2026-05-11 18:08:43 +01:00
parent 0794dfb8e0
commit be8460c20b
+1 -1
View File
@@ -125,7 +125,7 @@ export default function Login() {
<div className="col-12 mt-3">
<p> <Link to={siteLinks.signup}>
{/*<span style={{fontWeight: 'bolder'}}>Sign Up</span>*/}
<button className="btn btn-warning text-uppercase">
<button type='button' className="btn btn-warning text-uppercase">
Sign Up
</button>
</Link><span style={{paddingLeft: '5px' , fontWeight: 'bolder'}}> if you don't have an account yet.</span></p>