diff --git a/app/components/ui/input.tsx b/app/components/ui/input.tsx index 18801dc..255252f 100644 --- a/app/components/ui/input.tsx +++ b/app/components/ui/input.tsx @@ -11,7 +11,7 @@ const Input = React.forwardRef( LoginFormSchema.transform(async (data, ctx) => { diff --git a/app/routes/c.$companyId+/_layout_company.tsx b/app/routes/c.$companyId+/_layout_company.tsx index 208ccdd..085715c 100644 --- a/app/routes/c.$companyId+/_layout_company.tsx +++ b/app/routes/c.$companyId+/_layout_company.tsx @@ -11,8 +11,8 @@ const companyRoutes = [ end: true, }, { - title: 'Accounts', - href: 'accounts', + title: 'Customers', + href: 'customers', }, { title: 'Sales', diff --git a/app/routes/c.$companyId+/accounts.tsx b/app/routes/c.$companyId+/customers.tsx similarity index 70% rename from app/routes/c.$companyId+/accounts.tsx rename to app/routes/c.$companyId+/customers.tsx index bb3c18d..f495278 100644 --- a/app/routes/c.$companyId+/accounts.tsx +++ b/app/routes/c.$companyId+/customers.tsx @@ -15,8 +15,8 @@ const salesRoutes = [ href: 'customers', }, { - title: 'Quotes', - href: 'quotes', + title: 'New Account', + href: 'new', }, { title: 'Payments', @@ -24,17 +24,17 @@ const salesRoutes = [ }, ] -export default function AccountsLayout() { +export default function CustomerAccountsLayout() { return ( <> -

Accounts

+

Customer Accounts

-