This commit is contained in:
parent
7cf4d703fd
commit
30deeb7b4e
|
|
@ -4,7 +4,7 @@ import { useState } from "react";
|
||||||
|
|
||||||
export default function ObservatoryBackground() {
|
export default function ObservatoryBackground() {
|
||||||
const [stars] = useState(() =>
|
const [stars] = useState(() =>
|
||||||
Array.from({ length: 80 }).map((_, i) => ({
|
Array.from({ length: 120 }).map((_, i) => ({
|
||||||
id: i,
|
id: i,
|
||||||
left: `${Math.random() * 100}%`,
|
left: `${Math.random() * 100}%`,
|
||||||
top: `${Math.random() * 70}%`,
|
top: `${Math.random() * 70}%`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue