Skip to content

Commit

Permalink
fix : fixes home routes url
Browse files Browse the repository at this point in the history
  • Loading branch information
aialok committed Sep 28, 2023
1 parent 96b3da1 commit 5e073d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ul class="flex justify-around max-sm:text-base text-lg font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="/">Home</a>
<a href="/index.html">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./src/pages/freshers.html" >Freshers</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/freshers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="/">Home</a>
<a href="../../index.html">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./freshers.html" >Fresher</a>s
Expand Down
2 changes: 1 addition & 1 deletion src/pages/senior.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="/">Home</a>
<a href="../../index.html">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./freshers.html" >Fresher</a>s
Expand Down
2 changes: 1 addition & 1 deletion src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="/">Home</a>
<a href="../../index.html">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./freshers.html" >Fresher</a>s
Expand Down
2 changes: 1 addition & 1 deletion src/pages/third-year.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>
<ul class="flex text-lg max-sm:text-base font-medium">
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="/">Home</a>
<a href="../../index.html">Home</a>
</li>
<li class="hover:bg-orange-500 p-4 max-sm:p-1 cursor-pointer">
<a href="./freshers.html" >Fresher</a>s
Expand Down

0 comments on commit 5e073d5

Please sign in to comment.