diff --git a/README.md b/README.md index 6269ebe4..95f698c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Mi Banco +# MiBanco **Banking for the Unbanked.** -This is the frontend of the Banco tech stack which can be self-hosted. +This is the frontend of the MiBanco tech stack which can be self-hosted. ## Running locally for development diff --git a/src/app/(app)/setup/wallet/page.tsx b/src/app/(app)/setup/wallet/page.tsx index a6485516..d2147dee 100644 --- a/src/app/(app)/setup/wallet/page.tsx +++ b/src/app/(app)/setup/wallet/page.tsx @@ -16,7 +16,7 @@ export default function Page() {
- Welcome to Banco. + Welcome to MiBanco. Setup your first wallet to start your journey. diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e7f76d6..e3991102 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,8 @@ const font = Noto_Sans({ }); export const metadata: Metadata = { - title: 'Banco', - description: 'Banco', + title: 'MiBanco', + description: 'MiBanco', }; export default async function RootLayout({ diff --git a/src/components/form/SignUpForm.tsx b/src/components/form/SignUpForm.tsx index ae9b2779..5aa3d59c 100644 --- a/src/components/form/SignUpForm.tsx +++ b/src/components/form/SignUpForm.tsx @@ -343,7 +343,7 @@ export function SignUpForm() { - Banco signups are currently available by invitation only. + MiBanco signups are currently available by invitation only.
Please enter your invite code to complete the signup process. diff --git a/src/components/header/ExternalHeader.tsx b/src/components/header/ExternalHeader.tsx index ca1f2b27..2ddc6457 100644 --- a/src/components/header/ExternalHeader.tsx +++ b/src/components/header/ExternalHeader.tsx @@ -15,7 +15,7 @@ export const ExternalHeader = () => { return (
-

Banco

+

MiBanco

{loading ? null : data?.user.id ? ( diff --git a/src/components/layout/AppLayout.tsx b/src/components/layout/AppLayout.tsx index d1892ded..720acafd 100644 --- a/src/components/layout/AppLayout.tsx +++ b/src/components/layout/AppLayout.tsx @@ -184,7 +184,7 @@ export const AppLayout: FC<{ children: ReactNode }> = ({ children }) => {
-

BANCO

+

MIBANCO

Alpha - Limit funds and use at your own risk. diff --git a/src/views/landing/Believe.tsx b/src/views/landing/Believe.tsx index 124c468e..4ff12494 100644 --- a/src/views/landing/Believe.tsx +++ b/src/views/landing/Believe.tsx @@ -33,7 +33,7 @@ export const Believe = () => {

- Banco + MiBanco

diff --git a/src/views/landing/Footer.tsx b/src/views/landing/Footer.tsx index 5f924ecc..b0e65b9c 100644 --- a/src/views/landing/Footer.tsx +++ b/src/views/landing/Footer.tsx @@ -15,7 +15,7 @@ export const Footer = () => {
- Banco + MiBanco

- Copyright © {year} Banco + Copyright © {year} MiBanco

); diff --git a/src/views/landing/Header.tsx b/src/views/landing/Header.tsx index 40991fe3..01795d3d 100644 --- a/src/views/landing/Header.tsx +++ b/src/views/landing/Header.tsx @@ -19,7 +19,7 @@ export const Header = () => { return (
- Banco + MiBanco

- Join Banco today and take control of your financial future. + Join MiBanco today and take control of your financial future.

{

- Welcome to Banco + Welcome to MiBanco

diff --git a/src/views/landing/Why.tsx b/src/views/landing/Why.tsx index 5257813c..61645643 100644 --- a/src/views/landing/Why.tsx +++ b/src/views/landing/Why.tsx @@ -30,14 +30,14 @@ export const Why = () => {

Why choose{' '} - Banco? + MiBanco?

{ />