Skip to content

Commit

Permalink
header menu & nav link updates for marketing site consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Andrey committed Jan 5, 2024
1 parent 4189c5e commit 0308804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App/Header/UserMenu/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</Link>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/App/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 0308804

Please sign in to comment.