Skip to content

Commit ca26c2d

Browse files
FixingAnIssue
1 parent f1f9e7b commit ca26c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Background/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ts-ignore
2-
import ShadertoyReact from "shadertoy-react";
2+
// import ShadertoyReact from "shadertoy-react";
33
//Above is like only JS, but it works with react.
44
//@ts-check
55

@@ -14,7 +14,7 @@ const fragmentShader = `
1414
export function Background(): JSX.Element {
1515
return <>
1616
<div className="-z-1 fixed top-0 left-0 w-full h-full">
17-
<ShadertoyReact fs={fragmentShader} />
17+
{/* <ShadertoyReact fs={fragmentShader} /> */}
1818
</div>
1919
</>;
2020
}

0 commit comments

Comments
 (0)