feat: add upgrade ga test (#1690)

This commit is contained in:
Joel
2023-12-04 18:16:59 +08:00
committed by GitHub
parent 1263b7de75
commit b5dd948e56
3 changed files with 17 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ const PlanComp: FC<Props> = ({
<UpgradeBtn
className='flex-shrink-0'
isPlain={type !== Plan.sandbox}
gaEventName='click_header_upgrade_btn'
/>
)}
</div>
@@ -83,6 +84,7 @@ const PlanComp: FC<Props> = ({
isFull
size='lg'
isPlain={type !== Plan.sandbox}
gaEventName='click_header_upgrade_btn'
/>
)}
</div>