Skip to content

Commit

Permalink
Fix: Redirecting Links for About Section on Login, Sign-Up, and Count…
Browse files Browse the repository at this point in the history
…ing Pages issue 72 (#77)
  • Loading branch information
Anjaliavv51 authored Jan 8, 2025
2 parents 1931e92 + 6dc08d2 commit a6ff2e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion countingpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<a href="index.html" class="logo">मातृबोधः</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="#wisdom">About</a></li>
<li><a href="index.html#wisdom">About</a></li>
<li class="dropdown">
<a href="#">Content</a>
<ul class="dropdown-content">
Expand Down
2 changes: 1 addition & 1 deletion feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="index.html" class="logo">मातृबोधः</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="#wisdom">About</a></li>
<li><a href="index.html#wisdom">About</a></li>
<li class="dropdown">
<a href="#">Content</a>
<ul class="dropdown-content">
Expand Down
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="#hero" class="logo">मातृबोधः</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="#wisdom">About</a></li>
<li><a href="index.html#wisdom">About</a></li>
<li class="dropdown">
<a href="#">Content</a>
<ul class="dropdown-content">
Expand Down
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a href="#hero" class="logo">मातृबोधः</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="#wisdom">About</a></li>
<li><a href="index.html#wisdom">About</a></li>
<li class="dropdown">
<a href="#">Content</a>
<ul class="dropdown-content">
Expand Down

0 comments on commit a6ff2e7

Please sign in to comment.