chore(attr): add sponsor
This commit is contained in:
@@ -10,7 +10,9 @@ type AttributionProps = {
|
|||||||
|
|
||||||
function Attribution({ proOptions, position = 'bottom-right' }: AttributionProps) {
|
function Attribution({ proOptions, position = 'bottom-right' }: AttributionProps) {
|
||||||
if (
|
if (
|
||||||
(proOptions?.account === 'paid-starter' || proOptions?.account === 'paid-enterprise') &&
|
(proOptions?.account === 'paid-sponsor' ||
|
||||||
|
proOptions?.account === 'paid-enterprise' ||
|
||||||
|
proOptions?.account === 'paid-custom') &&
|
||||||
proOptions?.hideAttribution
|
proOptions?.hideAttribution
|
||||||
) {
|
) {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user