Skip to content

Commit 40222d2

Browse files
committed
chore: move OC to pmndrs
1 parent ddb4b02 commit 40222d2

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

3-
open_collective: react-spring
3+
open_collective: pmndrs
44
github: joshuaellis

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ And [many others...](https://github.com/pmndrs/react-spring/network/dependents)
100100

101101
## Backers
102102

103-
Thank you to all our backers! 🙏 If you want to join them here, then consider contributing to our [Opencollective](https://opencollective.com/react-spring).
103+
Thank you to all our backers! 🙏 If you want to join them here, then consider contributing to our [Opencollective](https://opencollective.com/pmndrs).
104104

105-
<a href="https://opencollective.com/react-spring#backers" target="_blank">
106-
<img src="https://opencollective.com/react-spring/backers.svg?width=890"/>
105+
<a href="https://opencollective.com/pmndrs#backers" target="_blank">
106+
<img src="https://opencollective.com/pmndrs/backers.svg?width=890"/>
107107
</a>
108108

109109
## Contributors
110110

111111
This project exists thanks to all the people who contribute.
112112

113113
<a href="https://github.com/react-spring/react-spring/graphs/contributors">
114-
<img src="https://opencollective.com/react-spring/contributors.svg?width=890" />
114+
<img src="https://opencollective.com/pmndrs/contributors.svg?width=890" />
115115
</a>

docs/app/components/Header/HeaderSubNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SUB_NAV: NavigationButtonProps[] = [
1818
},
1919
{
2020
title: 'Support',
21-
href: 'https://opencollective.com/react-spring',
21+
href: 'https://opencollective.com/pmndrs',
2222
isExternal: true,
2323
Icon: Lifebuoy,
2424
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"collective": {
9494
"type": "opencollective",
95-
"url": "https://opencollective.com/react-spring"
95+
"url": "https://opencollective.com/pmndrs"
9696
},
9797
"packageManager": "pnpm@9.15.9",
9898
"engines": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/pmndrs/react-spring#readme",
2424
"funding": {
2525
"type": "opencollective",
26-
"url": "https://opencollective.com/react-spring/donate"
26+
"url": "https://opencollective.com/pmndrs/donate"
2727
},
2828
"keywords": [
2929
"animated",

0 commit comments

Comments
 (0)