Skip to content

Commit

Permalink
feat: add dark mode loader logo
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 8, 2023
1 parent aad19e6 commit fe9664b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
muted
>
<source
src="/videos/loader/logo-av1.webm"
src="/videos/loader/light/logo-av1.webm"
type="video/webm; codecs=av1"
/>
<source
src="/videos/loader/logo-vp9.webm"
src="/videos/loader/light/logo-vp9.webm"
type="video/webm; codecs=vp9"
/>
<source
src="/videos/loader/logo-hvc1.mp4"
src="/videos/loader/light/logo-hvc1.mp4"
type="video/mp4; codecs=hvc1"
/>
</video>
Expand Down
Binary file added public/videos/loader/dark/logo-av1.webm
Binary file not shown.
Binary file added public/videos/loader/dark/logo-hvc1.mp4
Binary file not shown.
Binary file added public/videos/loader/dark/logo-vp9.webm
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fe9664b

Please sign in to comment.