add enroll to subscribed
This commit is contained in:
@@ -15,15 +15,15 @@ export function meta({}: Route.MetaArgs) {
|
||||
export default function Route({}: Route.ComponentProps) {
|
||||
return (
|
||||
<>
|
||||
<div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10 relative">
|
||||
<div className="min-h-dvh flex items-center justify-center overflow-auto">
|
||||
<Link
|
||||
to="/"
|
||||
className="flex items-center gap-0.5 absolute top-5 left-5 text-sm z-2"
|
||||
className="absolute left-4 top-6 flex items-center gap-1 z-10 hover:underline"
|
||||
>
|
||||
<ChevronLeftIcon className="size-5" /> Voltar
|
||||
</Link>
|
||||
|
||||
<div className="w-full max-w-xs relative max-sm:mt-10 z-1 space-y-6">
|
||||
<div className="w-full max-w-xs pt-8 relative z-10 space-y-6 px-4">
|
||||
<div className="flex justify-center">
|
||||
<div className="border border-white/15 bg-white/5 px-2.5 py-3 rounded-xl">
|
||||
<img src={logo} alt="EDUSEG®" className="block size-12" />
|
||||
|
||||
Reference in New Issue
Block a user