Skip to content

Commit

Permalink
fit: typos (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent authored Oct 28, 2023
1 parent 8e52db4 commit 42ddf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/LandingCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Card4All: React.FC = () => {
body={
<ul>
<li>☑️ Add missing climbs.</li>
<li>☑️ Help us make your local climbing&#39;s area page even better!</li>
<li>☑️ Help us make your local climbing area&#39;s pages even better!</li>
</ul>
}
action={<LoginButtonClient className='btn btn-primary btn-sm px-4 btn-outline' label='Login' />}
Expand All @@ -65,7 +65,7 @@ const Donate: React.FC = () => {
return (
<Card
title='Become a financial supporter'
body='OpenBeta is nonprofit and funded by users like you! If you support our mission to keep climbing knowledge free and open, please consider making a donation today.'
body='OpenBeta is a nonprofit funded by users like you! If you support our mission to keep climbing knowledge free and open, please consider making a donation today.'
action={<a className='btn btn-outline btn-sm bg-emerald-500 border-b-2 px-4' href='https://opencollective.com/openbeta'>Donate</a>}
/>
)
Expand Down

1 comment on commit 42ddf07

@vercel
Copy link

@vercel vercel bot commented on 42ddf07 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.