Skip to content

Commit ed8c473

Browse files
enable proPlus for everyone
1 parent 9881436 commit ed8c473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/useApplicationStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const useApplicationStore = create((set) => ({
88
deletedPalettes: {},
99
isLoading: false,
1010
pro: {
11-
plan: 'starter'
11+
plan: 'proPlus' // starter, pro, proPlus, change to starter to disable automatic proPlus for limited time.
1212
},
1313
commonPalettes: [],
1414

0 commit comments

Comments
 (0)