mirror of
https://github.com/nihonbuzz/nihonbuzz-academy.git
synced 2026-01-26 05:25:37 +07:00
style: fix auth layout height overlap and remove all emojis for LPK professionalism
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import InputError from '@/Components/InputError';
|
||||
import AuthLayout from '@/Layouts/AuthLayout';
|
||||
import GuestLayout from '@/Layouts/GuestLayout';
|
||||
import { Head, Link, useForm } from '@inertiajs/react';
|
||||
import { FormEventHandler } from 'react';
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/Components/ui/card';
|
||||
@@ -25,13 +25,13 @@ export default function Register() {
|
||||
};
|
||||
|
||||
return (
|
||||
<AuthLayout>
|
||||
<GuestLayout>
|
||||
<Head title="Registrasi Peserta Didik" />
|
||||
|
||||
<Card className="border-white/10 bg-white/40 dark:bg-black/40 backdrop-blur-2xl shadow-[0_24px_48px_-12px_rgba(0,0,0,0.1)] rounded-[2.5rem] overflow-hidden">
|
||||
<CardHeader className="space-y-1 text-center pt-10 pb-6 px-8">
|
||||
<CardTitle className="text-3xl font-black tracking-tight text-foreground flex items-center justify-center gap-3">
|
||||
Hajimemashou! <span className="animate-pulse">✨</span>
|
||||
Mulai Belajar
|
||||
</CardTitle>
|
||||
<CardDescription className="text-muted-foreground font-medium text-xs uppercase tracking-widest pt-2">
|
||||
Pendaftaran Peserta Didik LPK NihonBuzz
|
||||
@@ -122,6 +122,6 @@ export default function Register() {
|
||||
</form>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</AuthLayout>
|
||||
</GuestLayout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user