From 03088042ec42eea907b8c27356dd2c70a4b079ec Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 5 Jan 2024 09:17:01 +0800 Subject: [PATCH] header menu & nav link updates for marketing site consistency --- src/App/Header/UserMenu/UserMenu.tsx | 2 +- src/App/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/Header/UserMenu/UserMenu.tsx b/src/App/Header/UserMenu/UserMenu.tsx index 65e5b855de..24ded0b66f 100644 --- a/src/App/Header/UserMenu/UserMenu.tsx +++ b/src/App/Header/UserMenu/UserMenu.tsx @@ -23,7 +23,7 @@ export default function UserMenu() { className="btn-orange px-3 h-10 rounded-lg text-sm" aria-disabled={user === "loading"} > - Login + Sign-up / Login ); } diff --git a/src/App/constants.ts b/src/App/constants.ts index b742c16b34..604832dc1a 100644 --- a/src/App/constants.ts +++ b/src/App/constants.ts @@ -31,7 +31,7 @@ export const CHARITY_LINKS: LINKS = { href: `${BASE_URL}/better-giving-about/`, external: true, }, - { title: "Register", href: appRoutes.register }, + { title: "Register NPO", href: appRoutes.register }, ], GROUPS_DATA: [ {