rename timeColors to alerts to better describe the alert logic file

This commit is contained in:
calli
2025-04-30 17:57:52 +03:00
parent e085fcd59b
commit cbef0fd39b
5 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import {
} from "@mui/material";
import { DateTime } from "luxon";
import Countdown from "react-countdown";
import { timeColor } from "../PlanetaryInteraction/timeColors";
import { timeColor } from "../PlanetaryInteraction/alerts";
import Image from "next/image";
import { ColorContext, SessionContext } from "@/app/context/Context";
import { useContext } from "react";