mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-08-09 06:48:27 -04:00
Formatting
This commit is contained in:
@@ -109,13 +109,7 @@ const AnimatedBackground = () => {
|
||||
}
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<canvas
|
||||
ref={canvasRef}
|
||||
className="animated-background"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
)
|
||||
return <canvas ref={canvasRef} className="animated-background" aria-hidden="true" />
|
||||
}
|
||||
|
||||
export default AnimatedBackground
|
||||
export default AnimatedBackground
|
||||
|
||||
Reference in New Issue
Block a user