Fix(home-button): Adjust href to match both localhost and github pages

This commit is contained in:
lifeadventurer
2025-03-20 20:22:49 +08:00
parent 14a3912f4c
commit afda24a38a
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>