Compare commits

..

No commits in common. "main" and "v1.0.3" have entirely different histories.
main ... v1.0.3

View file

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