Skip to content

Commit

Permalink
Fixed issue with 'About Us' link in all relevant pages - issue Susmit…
Browse files Browse the repository at this point in the history
  • Loading branch information
viegasnavin committed Jun 21, 2024
1 parent 2cd5875 commit b7e55b4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions html/audioTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a>
</li>
Expand Down Expand Up @@ -688,4 +688,4 @@ <h3>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions html/childTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a>
</li>
Expand Down Expand Up @@ -254,4 +254,4 @@ <h3>
<script src="childTherapy.js"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion html/laughTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li><a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a></li>
<li><a href="https://github.com/Susmita-Dey/Sukoon">Contribute</a></li>
<li><a href="https://www.buymeacoffee.com/susmitadey">Donate</a></li>
Expand Down
2 changes: 1 addition & 1 deletion html/readingTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h3>
<h3>HOME</h3>
<ul>

<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md">Code Of Conduct</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion html/specialTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down
2 changes: 1 addition & 1 deletion html/spirituality.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down
4 changes: 2 additions & 2 deletions html/talkingTherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down Expand Up @@ -407,4 +407,4 @@ <h3>
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion html/yogatherapy.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h3>
<div class="col">
<h3>HOME</h3>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="../#about">About Us</a></li>
<li>
<a
href="https://github.com/Susmita-Dey/Sukoon/blob/main/CODE_OF_CONDUCT.md"
Expand Down

0 comments on commit b7e55b4

Please sign in to comment.