Skip to content

Commit

Permalink
No longer use large banner size
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Aug 28, 2023
1 parent 9c3b4cf commit 64af16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ And that has made all the difference.
// signInOptions: ['email', 'google', 'apple'],
theme: 'dark',
bannerUrl: `${window.location.origin}${skyweaverBannerLargeUrl}`,
bannerSize: 'large',
bannerSize: 'medium',
includedPaymentProviders: ['moonpay'],
defaultFundingCurrency: 'matic',
defaultPurchaseAmount: 111
Expand Down

0 comments on commit 64af16e

Please sign in to comment.