Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ask1811 committed Mar 18, 2023
1 parent 87c996b commit 9a394a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion frontend/src/Components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@ const Navbar = () => {
</div>

<div class="nav-links">
<a href="/login" target="_self" className='btn1'>
<a href="/Details" target="_self" className='btn1'>
<span class="replies">Details</span>
<span class="comments"></span>
</a>
<a href="/Login" target="_self" className='btn1'>
<span class="replies">Login</span>
<span class="comments"></span>
</a>

</div>
</div >
)
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/pages/Signup/Signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Signup = () => {
return (
<div>

<div className="content">
<div className="content1">
<form name="my" onSubmit="usePage(this,event)" action="" class="form">
<h2>Sign Up</h2>
<div className="input-group">
Expand Down Expand Up @@ -33,8 +33,6 @@ const Signup = () => {
}

</form>
<a className='sig' href="/signup" target="_self">Click here to signup</a>


</div>
</div>
Expand Down

0 comments on commit 9a394a7

Please sign in to comment.