Skip to content

Commit

Permalink
Merge pull request #66 from AdityaSinha2305/newFeature
Browse files Browse the repository at this point in the history
fix: navbar links
  • Loading branch information
AdityaSinha2305 authored Oct 16, 2024
2 parents d12c3cd + 5cefabc commit 09ab9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<nav class="navbar">
<div class="logo">
<a href="#">Get Your Captcha</a>
<a href="index.html">Get Your Captcha</a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<nav class="navbar">
<div class="logo">
<a href="#">Get Your Captcha</a>
<a href="index.html">Get Your Captcha</a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
Expand Down

0 comments on commit 09ab9e2

Please sign in to comment.