File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ export default function HomePage() {
319319 </ h2 >
320320 < p className = "mb-8 text-xl font-medium leading-relaxed text-muted-foreground" >
321321 Jump into hands-on coding right away or explore our step-by-step
322- breakdowns of real Java programs. Whether you' re a beginner or
323- brushing up, it' s coding made enjoyable.
322+ breakdowns of real Java programs. Whether you' re a beginner or
323+ brushing up, it' s coding made enjoyable.
324324 </ p >
325325 < motion . div whileHover = { { scale : 1.05 } } whileTap = { { scale : 0.95 } } >
326326 < Link href = "/programs" >
Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ const Particles: React.FC<ParticlesProps> = ({
233233 sizeRandomness ,
234234 cameraDistance ,
235235 disableRotation ,
236+ particleColors ,
236237 ] ) ;
237238
238239 return (
You can’t perform that action at this time.
0 commit comments