Make BitVid logo link back to home

This commit is contained in:
thePR0M3TH3AN
2025-09-27 23:38:40 -04:00
parent dd2f3768db
commit 92a7576fcb
2 changed files with 18 additions and 10 deletions

View File

@@ -87,11 +87,17 @@
</button>
<!-- Logo -->
<!-- Logo fades in once on initial load. -->
<img
src="assets/svg/bitvid-logo-light-mode.svg"
alt="BitVid Logo"
class="h-16 fade-in fade-in-delay-100"
/>
<a
href="index.html"
aria-label="Return to the bitvid home page"
class="fade-in fade-in-delay-100"
>
<img
src="assets/svg/bitvid-logo-light-mode.svg"
alt="BitVid Logo"
class="h-16"
/>
</a>
<!-- Buttons on the far right -->

View File

@@ -44,11 +44,13 @@
<header class="header-torrent">
<div class="container">
<div class="logo-container">
<img
src="../assets/svg/bitvid-logo-light-mode.svg"
alt="bitvid Logo"
class="bitvid-logo"
/>
<a href="../index.html" aria-label="Return to the bitvid home page">
<img
src="../assets/svg/bitvid-logo-light-mode.svg"
alt="bitvid Logo"
class="bitvid-logo"
/>
</a>
</div>
</div>
</header>