fix range
This commit is contained in:
@@ -34,10 +34,14 @@ export default function Route({}: Route.ComponentProps) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="text-center">
|
||||
<div className="text-center space-y-1.5">
|
||||
<h1 className="text-2xl font-semibold font-display text-balance">
|
||||
Crie sua empresa
|
||||
Crie a conta da sua empresa
|
||||
</h1>
|
||||
<p className="text-white/50 text-sm">
|
||||
Uma plataforma única para gerenciar os treinamentos dos seus
|
||||
colaboradores.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<Form {...form}>
|
||||
|
||||
Reference in New Issue
Block a user