Skip to content

Commit

Permalink
♻️ 🐛 replace defaultOptions cloudinary options with updated promo opt…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
thinkjrs committed Jan 16, 2024
1 parent a09de2b commit 6608fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/defaultOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Options } from './types/propTypes';

const options: Options = {
cloudinary: {
cloudName: 'b00st',
uploadPreset: 'uscb5ifq',
folder: 'B00STButton',
cloudName: 'tincre',
uploadPreset: 'iwngwfob',
folder: 'promo-button-submissions',
multiple: false,
},
howItWorksContent: {
Expand Down

0 comments on commit 6608fc5

Please sign in to comment.