feat(frontend): apply Playfair Display heading to admin, schedule, and today pages
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
<div class="mx-auto max-w-6xl space-y-6 p-6">
|
||||
<div class="mb-4 flex items-center justify-center text-center">
|
||||
<div>
|
||||
<h1 class="text-3xl font-bold">Admin Dashboard</h1>
|
||||
<h1 class="font-['Playfair_Display'] text-4xl font-bold">Admin Dashboard</h1>
|
||||
<p class="text-gray-600">Manage portfolio images, working hours & user bookings</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -395,7 +395,7 @@
|
||||
<div class="mx-auto flex h-[calc(100vh-4rem)] max-w-7xl flex-col overflow-hidden p-4 md:p-6">
|
||||
<!-- NAVIGATION BAR -->
|
||||
<div class="mb-4 flex shrink-0 flex-wrap items-center justify-between gap-3">
|
||||
<h1 class="text-xl font-bold md:text-2xl">Schedule</h1>
|
||||
<h1 class="font-['Playfair_Display'] text-3xl font-bold">Schedule</h1>
|
||||
<div class="flex items-center gap-2">
|
||||
<Button variant="outline" size="sm" onclick={() => navigateWeek(-1)}>
|
||||
<svg
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
<div class="mx-auto max-w-7xl space-y-6 p-4 md:p-6">
|
||||
<!-- Header -->
|
||||
<div class="mb-6">
|
||||
<h1 class="text-2xl font-bold md:text-3xl">Today's Schedule</h1>
|
||||
<h1 class="font-['Playfair_Display'] text-4xl font-bold">Today's Schedule</h1>
|
||||
<p class="text-gray-600">{dateString}</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user