File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default function LandingPage() {
51
51
< Button text = "Docs" href = "/docs" isExternal = { false } /> { " " }
52
52
< Button
53
53
text = "Donate"
54
- href = "https://github.com/sponsors/pokey "
54
+ href = "https://github.com/sponsors/cursorless-dev "
55
55
isExternal = { true }
56
56
/>
57
57
</ div >
Original file line number Diff line number Diff line change 1227
1227
}
1228
1228
},
1229
1229
"sponsor" : {
1230
- "url" : " https://github.com/sponsors/pokey "
1230
+ "url" : " https://github.com/sponsors/cursorless-dev "
1231
1231
},
1232
- "funding" : " https://github.com/sponsors/pokey " ,
1232
+ "funding" : " https://github.com/sponsors/cursorless-dev " ,
1233
1233
"scripts" : {
1234
1234
"build" : " pnpm run esbuild:prod && pnpm -F cheatsheet-local build:prod && pnpm -F cursorless-vscode-tutorial-webview build:prod && pnpm run populate-dist" ,
1235
1235
"build:dev" : " pnpm generate-grammar && pnpm run esbuild && pnpm -F cheatsheet-local build && pnpm -F cursorless-vscode-tutorial-webview build && pnpm run populate-dist" ,
You can’t perform that action at this time.
0 commit comments