This commit is contained in:
PxlLoewe
2025-07-06 00:36:48 -07:00
parent 2cdbab9f28
commit a9d20e018d
13 changed files with 72 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ import { prisma } from "@repo/db";
import { MessageCircleWarning } from "lucide-react";
export const WarningAlert = async () => {
const mainMessage = await await prisma.notam.findFirst({
const mainMessage = await await prisma.config.findFirst({
orderBy: {
createdAt: "desc",
},