mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-25 08:35:42 +02:00
fix: remove varify
This commit is contained in:
@@ -4,7 +4,6 @@ import { getPageTrackingData } from '../../lib/browser';
|
|||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
interface Window {
|
||||||
gtag: any;
|
gtag: any;
|
||||||
varify: any;
|
|
||||||
fireEvent: (props: {
|
fireEvent: (props: {
|
||||||
action: string;
|
action: string;
|
||||||
category: string;
|
category: string;
|
||||||
@@ -68,7 +67,7 @@ window.fireEvent = (props) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const trackingData = getPageTrackingData();
|
const trackingData = getPageTrackingData();
|
||||||
|
|
||||||
window.gtag('event', action, {
|
window.gtag('event', action, {
|
||||||
event_category: category,
|
event_category: category,
|
||||||
event_label: label,
|
event_label: label,
|
||||||
|
@@ -5,7 +5,6 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro';
|
|||||||
---
|
---
|
||||||
|
|
||||||
<SkeletonLayout
|
<SkeletonLayout
|
||||||
htmlClassName='varify-antiflicker'
|
|
||||||
title='Master SQL'
|
title='Master SQL'
|
||||||
briefTitle='Learn SQL from the ground up'
|
briefTitle='Learn SQL from the ground up'
|
||||||
ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png'
|
ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png'
|
||||||
|
Reference in New Issue
Block a user