wrath/src/components/react/noise-background.tsx

5 lines
244 B
TypeScript

export function NoiseBackground() {
return (
<div className="fixed inset-0 -z-10 h-full w-full bg-[url('https://framerusercontent.com/images/rR6HYXBrMmX4cRpXfXUOvpvpB0.png')] bg-[length:128px_128px] bg-repeat opacity-[0.06]"></div>
)
}