mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
feat: use gtag instead gtm (#1695)
This commit is contained in:
@@ -29,7 +29,7 @@ const typeStyle = {
|
||||
}
|
||||
|
||||
type Props = {
|
||||
loc?: string
|
||||
loc: string
|
||||
}
|
||||
|
||||
const PlanComp: FC<Props> = ({
|
||||
@@ -69,7 +69,7 @@ const PlanComp: FC<Props> = ({
|
||||
<UpgradeBtn
|
||||
className='flex-shrink-0'
|
||||
isPlain={type !== Plan.sandbox}
|
||||
gaEventName='click_header_upgrade_btn'
|
||||
loc={loc}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
@@ -84,7 +84,7 @@ const PlanComp: FC<Props> = ({
|
||||
isFull
|
||||
size='lg'
|
||||
isPlain={type !== Plan.sandbox}
|
||||
gaEventName='click_header_upgrade_btn'
|
||||
loc={loc}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user