Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ask1811 committed Mar 19, 2023
1 parent aa187c0 commit d7b9672
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion frontend/src/Components/Navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,18 @@ const Navbar = () => {

<div class="nav-links">

<a href="/Details2" target="_self" className='btn1'>
<span class="replies">Diabetes</span>
<span class="comments"></span>
</a>
<a href="/Details" target="_self" className='btn1'>
<span class="replies">Heart Disease</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: 2 additions & 2 deletions frontend/src/pages/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const Home = () => {
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.
</p>
<p className='col-3 offset-1'> To check health, enter details here<button type="button" class="btn btn-danger "><a href='/Details' className='dtl'>Details</a></button></p>

<p className='col-3 offset-1'> To check if you have a Heart Disease, enter details here<button type="button" class="btn btn-danger "><a href='/Details' className='dtl'>Click Here</a></button></p>
<p className='col-3 offset-1'> To check if you have a Diabetes, enter details here<button type="button" class="btn btn-danger "><a href='/Details2' className='dtl'>Click here</a></button></p>
</div>

</div>
Expand Down

0 comments on commit d7b9672

Please sign in to comment.