refactor: rebrand to zerobyte (#45)

This commit is contained in:
Nico
2025-11-20 18:59:57 +01:00
committed by GitHub
parent 0e4c302620
commit cb0d23fd52
34 changed files with 141 additions and 138 deletions

View File

@@ -16,7 +16,7 @@ export const clientMiddleware = [authMiddleware];
export function meta(_: Route.MetaArgs) {
return [
{ title: "Ironmount - Download Recovery Key" },
{ title: "Zerobyte - Download Recovery Key" },
{
name: "description",
content: "Download your backup recovery key to ensure you can restore your data.",

View File

@@ -16,10 +16,10 @@ export const clientMiddleware = [authMiddleware];
export function meta(_: Route.MetaArgs) {
return [
{ title: "Ironmount - Login" },
{ title: "Zerobyte - Login" },
{
name: "description",
content: "Sign in to your Ironmount account.",
content: "Sign in to your Zerobyte account.",
},
];
}

View File

@@ -24,10 +24,10 @@ export const clientMiddleware = [authMiddleware];
export function meta(_: Route.MetaArgs) {
return [
{ title: "Ironmount - Onboarding" },
{ title: "Zerobyte - Onboarding" },
{
name: "description",
content: "Welcome to Ironmount. Create your admin account to get started.",
content: "Welcome to Zerobyte. Create your admin account to get started.",
},
];
}
@@ -82,7 +82,7 @@ export default function OnboardingPage() {
};
return (
<AuthLayout title="Welcome to Ironmount" description="Create the admin user to get started">
<AuthLayout title="Welcome to Zerobyte" description="Create the admin user to get started">
<Form {...form}>
<form onSubmit={form.handleSubmit(onSubmit)} className="space-y-4">
<FormField