Skip to content

Commit 1c600c2

Browse files
committed
change output message
1 parent 2891c1b commit 1c600c2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/eight-penguins-protect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-expo-stack': patch
3+
---
4+
5+
change output message

cli/src/utilities/printOutput.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,5 @@ export async function printOutput(
191191
}
192192
info(``);
193193

194-
outro(
195-
'If you frequently use create expo stack, please consider sponsoring the project ❤️\n- https://github.com/sponsors/danstepanov'
196-
);
194+
outro(`If you're looking to move even faster, I may be able to help!\n- https://x.com/danstepanov`);
197195
}

0 commit comments

Comments
 (0)