Merge pull request #4 from bipprojectbali/nico/27-feb-26/fix-gambar

Add Deploy
This commit is contained in:
2026-03-12 14:47:12 +08:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ import {
IconStethoscope, IconStethoscope,
IconUsers, IconUsers,
} from "@tabler/icons-react"; } from "@tabler/icons-react";
import { useMantineColorScheme } from "@mantine/core"; import { useMantineColorScheme, Title } from "@mantine/core";
const SosialPage = () => { const SosialPage = () => {
const { colorScheme } = useMantineColorScheme(); const { colorScheme } = useMantineColorScheme();
@@ -425,13 +425,10 @@ const SosialPage = () => {
dark ? "bg-slate-800 border border-slate-800" : "bg-white border border-white" dark ? "bg-slate-800 border border-slate-800" : "bg-white border border-white"
}`} }`}
> >
<h3 <Title order={3} mb="md" c={dark ? "dark.0" : "black"}>
className={`text-lg font-semibold mb-4 ${
dark ? "text-white" : "text-gray-800"
}`}
>
Kalender Event Budaya Kalender Event Budaya
</h3> </Title>
<div className="space-y-4"> <div className="space-y-4">
{culturalEvents.map((event, index) => ( {culturalEvents.map((event, index) => (
<div <div