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

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