mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-12 22:06:03 +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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user