Skip to content

Commit

Permalink
moved video to other server
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSAPH committed Apr 19, 2024
1 parent c27fe82 commit dbb1e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed www/public/background.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion www/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Header = () => {
autoPlay
loop
muted
src="/background.webm"
src="https://cdn.jnsaph.com/jnsaph/furnace_assets/background.webm"
/>
<div className="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 h-full flex flex-col space-y-4 justify-center items-center z-5">
<LogoText />
Expand Down

0 comments on commit dbb1e44

Please sign in to comment.