Merge pull request #4 from bipprojectbali/nico/27-feb-26/fix-gambar
Add Deploy
This commit is contained in:
@@ -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();
|
||||||
@@ -419,21 +419,18 @@ const SosialPage = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Kalender Event Budaya */}
|
{/* Kalender Event Budaya */}
|
||||||
<div
|
<div
|
||||||
className={`rounded-xl shadow-sm p-6 ${
|
className={`rounded-xl shadow-sm p-6 ${
|
||||||
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 ${
|
Kalender Event Budaya
|
||||||
dark ? "text-white" : "text-gray-800"
|
</Title>
|
||||||
}`}
|
|
||||||
>
|
<div className="space-y-4">
|
||||||
Kalender Event Budaya
|
{culturalEvents.map((event, index) => (
|
||||||
</h3>
|
|
||||||
<div className="space-y-4">
|
|
||||||
{culturalEvents.map((event, index) => (
|
|
||||||
<div
|
<div
|
||||||
key={index}
|
key={index}
|
||||||
className={`flex items-start gap-3 p-4 rounded-lg ${
|
className={`flex items-start gap-3 p-4 rounded-lg ${
|
||||||
|
|||||||
Reference in New Issue
Block a user