More stars
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-29 19:38:39 +01:00
parent 7cf4d703fd
commit 30deeb7b4e

View file

@ -4,7 +4,7 @@ import { useState } from "react";
export default function ObservatoryBackground() {
const [stars] = useState(() =>
Array.from({ length: 80 }).map((_, i) => ({
Array.from({ length: 120 }).map((_, i) => ({
id: i,
left: `${Math.random() * 100}%`,
top: `${Math.random() * 70}%`,