feat(frontend): apply Playfair Display heading to login page
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -267,7 +267,7 @@
|
|||||||
<div class="w-full max-w-md space-y-6">
|
<div class="w-full max-w-md space-y-6">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="space-y-2 text-center">
|
<div class="space-y-2 text-center">
|
||||||
<h1 class="text-2xl font-bold">
|
<h1 class="font-['Playfair_Display'] text-4xl font-bold">
|
||||||
{isLogin ? 'Welcome back' : 'Create account'}
|
{isLogin ? 'Welcome back' : 'Create account'}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="text-muted-foreground">
|
<p class="text-muted-foreground">
|
||||||
|
|||||||
Reference in New Issue
Block a user