Update src/app/auth/register/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ export default function RegisterPage() {
|
||||
{ name: "Login", id: "/auth/login" },
|
||||
{ name: "Registo", id: "/auth/register" }
|
||||
]}
|
||||
brandName="MozaEats"
|
||||
brandName="ENTREGA"
|
||||
/>
|
||||
<main className="flex min-h-screen flex-col items-center justify-center p-24">
|
||||
<div className="max-w-md w-full space-y-8 p-8 bg-card rounded-xl">
|
||||
@@ -32,4 +32,4 @@ export default function RegisterPage() {
|
||||
</main>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user