Compare commits

...

1 commit
v1.0.3 ... main

Author SHA1 Message Date
GeorgeWebberley 30deeb7b4e More stars
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
2026-01-29 19:38:39 +01:00

View file

@ -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}%`,