Skip to content

Commit

Permalink
chore(attr): add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Mar 16, 2022
1 parent 7517152 commit bdc75c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Attribution/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ type AttributionProps = {

function Attribution({ proOptions, position = 'bottom-right' }: AttributionProps) {
if (
(proOptions?.account === 'paid-starter' || proOptions?.account === 'paid-enterprise') &&
(proOptions?.account === 'paid-sponsor' ||
proOptions?.account === 'paid-enterprise' ||
proOptions?.account === 'paid-custom') &&
proOptions?.hideAttribution
) {
return null;
Expand Down

0 comments on commit bdc75c3

Please sign in to comment.