mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-08 03:47:14 +00:00
Make BitVid logo link back to home
This commit is contained in:
16
index.html
16
index.html
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user