Perbaikan UI pada Forum

# style:
- Tampilan keseluruhan forum di ganti menguikuti UI
## No Issue
This commit is contained in:
2024-07-01 14:26:26 +08:00
parent af6fc79ef7
commit 11b5e8f722
91 changed files with 2711 additions and 1424 deletions

View File

@@ -8,6 +8,7 @@ export default async function notifikasiToAdmin_funCreate({
}: {
data: MODEL_NOTIFIKASI;
}) {
const getAdmin = await prisma.user.findMany({
where: {
active: true,
@@ -15,6 +16,8 @@ export default async function notifikasiToAdmin_funCreate({
},
});
// console.log(getAdmin);
for (let a of getAdmin) {
const create = await prisma.notifikasi.create({
data: {