This commit is contained in:
bipproduction
2025-12-11 17:28:41 +08:00
parent 83f795a726
commit 0d2e8e404d

View File

@@ -235,7 +235,10 @@ export default function AdhanPage() {
{JadwalHariIni(prayerList, formatCountdown)} {JadwalHariIni(prayerList, formatCountdown)}
<SimpleGrid cols={2}> <SimpleGrid cols={{
base: 1,
md: 2
}}>
{JadwalImamHariIni(date, daily, adhan)} {JadwalImamHariIni(date, daily, adhan)}
<Card <Card
padding="lg" padding="lg"
@@ -457,8 +460,8 @@ function CalendarTable(
<div style={{ fontSize: 11, color: "#6b7280" }}> <div style={{ fontSize: 11, color: "#6b7280" }}>
{holiday {holiday
? holidays.find( ? holidays.find(
(h) => dayjs(h.date).format("YYYY-MM-DD") === iso, (h) => dayjs(h.date).format("YYYY-MM-DD") === iso,
)?.name )?.name
: ""} : ""}
</div> </div>
</div> </div>