Skip to content

Commit

Permalink
chore: update donation url (#417)
Browse files Browse the repository at this point in the history
# Pull Request type



Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build-related changes
- [ ] Documentation content changes
- [x] Other (please describe):

## What is the current behavior?



Issue Number: N/A

## What is the new behavior?



-
-
-

## Does this introduce a breaking change?

- [ ] Yes
- [ ] No



## Other information




PR-URL: #417
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
  • Loading branch information
kodiakhq[bot] and JoeKarow committed May 8, 2024
2 parents c8b2d7c + 42afef8 commit ea9b646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const MyApp: AppType = ({ Component, pageProps }) => {
<Group position='apart' w='100%' p={40}>
<Button
component='a'
href='https://inreach.kindful.com/'
href='https://inreach.kindful.com/?campaign=1296613'
target='_blank'
rel='noreferrer'
className={classes.homeButton}
Expand Down

0 comments on commit ea9b646

Please sign in to comment.