Skip to content

Commit

Permalink
fix: hero video
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jun 24, 2024
1 parent ada11cc commit 2a1ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/code/js/logo-click.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function logoClick() {
const videos = document.getElementsByTagName("video");
if (videos) {
const video = videos[0];
video.src = "https://storageapi.fleek.co/2e62e11d-d4be-4c6f-a2bb-b159c83a0d95-bucket/ubq.fi/hero.mp4";
video.src = "https://storageapi.fleek.one/2e62e11d-d4be-4c6f-a2bb-b159c83a0d95-bucket/ubq.fi/hero.mp4";
video.addEventListener("play", function loaded() {
console.log(`playing`);
video.className += "Active";
Expand Down

0 comments on commit 2a1ef87

Please sign in to comment.