Skip to content

Commit

Permalink
love: Change "Create a profile" to "Sign up"
Browse files Browse the repository at this point in the history
  • Loading branch information
jahooma committed Feb 4, 2024
1 parent 90190e3 commit 4ea37e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion love/components/nav/love-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Sidebar(props: {
/>

{user === null && (
<SignUpButton className="mt-4" text="Create a profile" />
<SignUpButton className="mt-4" text="Sign up" />
)}
{user === null && <SignUpAsMatchmaker className="mt-2" />}

Expand Down
2 changes: 1 addition & 1 deletion love/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function ProfilesPage() {
size="xl"
onClick={signupThenMaybeRedirectToSignup}
>
Create a profile
Sign up
</Button>
<SignUpAsMatchmaker className="flex-1" />
</Col>
Expand Down

0 comments on commit 4ea37e2

Please sign in to comment.