refactored Authentication
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export function PixelGrid() {
|
||||
return (
|
||||
<div
|
||||
className="fixed inset-0 pointer-events-none z-[500]"
|
||||
style={{
|
||||
backgroundImage: `
|
||||
linear-gradient(to right, var(--pixel-grid-color) 1px, transparent 1px),
|
||||
linear-gradient(to bottom, var(--pixel-grid-color) 1px, transparent 1px)
|
||||
`,
|
||||
backgroundSize: '20px 20px',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user