|
|
|
@ -161,7 +161,7 @@ function ParticlesCanvas() {
@@ -161,7 +161,7 @@ function ParticlesCanvas() {
|
|
|
|
|
|
|
|
|
|
export function Lightbar(props: { className?: string }) { |
|
|
|
|
return ( |
|
|
|
|
<div className="absolute inset-0 w-full h-screen overflow-hidden -mt-64"> |
|
|
|
|
<div className="absolute inset-0 w-full h-screen overflow-hidden pointer-events-none -mt-64"> |
|
|
|
|
<div className="max-w-screen w-full h-screen relative pt-64"> |
|
|
|
|
<div className={props.className}> |
|
|
|
|
<div className="lightbar"> |
|
|
|
|