feat: add tianji event for pricing page
This commit is contained in:
parent
6865a7ca0b
commit
6606b253d8
@ -46,7 +46,11 @@ export default function Pricing(): JSX.Element {
|
|||||||
]}
|
]}
|
||||||
button={
|
button={
|
||||||
<Link to="/">
|
<Link to="/">
|
||||||
<Button className="w-full" size="large">
|
<Button
|
||||||
|
className="w-full"
|
||||||
|
size="large"
|
||||||
|
data-tianji-event="price-install-with-docker-compose"
|
||||||
|
>
|
||||||
Install with Docker Compose
|
Install with Docker Compose
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link>
|
||||||
@ -149,6 +153,7 @@ export const Waitlist: React.FC = React.memo(() => {
|
|||||||
size="large"
|
size="large"
|
||||||
loading={loading}
|
loading={loading}
|
||||||
onClick={handleSubmit}
|
onClick={handleSubmit}
|
||||||
|
data-tianji-event="price-joinwaitlist"
|
||||||
>
|
>
|
||||||
Join Waitlist
|
Join Waitlist
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user