Skip to content

Commit

Permalink
Index merge didn't work??
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Apr 27, 2024
1 parent ce4a5a6 commit 24b0679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useRouter } from 'next/router';
const Header = () => {
const router = useRouter();

const [frames, bgStyles] = useBlobBg();
const [frames, bgStyles] = useBlobBg(false);

return (
<div className="h-screen flex flex-col overflow-hidden relative ">
Expand Down

0 comments on commit 24b0679

Please sign in to comment.