chore(attr): add sponsor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user