Fix(home-button): Adjust href to match both localhost and github pages
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- Home button at the top -->
|
<!-- Home button at the top -->
|
||||||
<a href="/" class="btn border-0 home-button">
|
<a href="../" class="btn border-0 home-button">
|
||||||
<i class="fas fa-home text-white"></i>
|
<i class="fas fa-home text-white"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- Home button at the top -->
|
<!-- Home button at the top -->
|
||||||
<a href="/" class="btn border-0 home-button">
|
<a href="../" class="btn border-0 home-button">
|
||||||
<i class="bx bx-home text-white"></i>
|
<i class="bx bx-home text-white"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user