1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 00:21:28 +02:00

fix: remove varify

This commit is contained in:
Arik Chakma
2025-09-05 03:54:28 +06:00
parent cc2e75c812
commit 7e83371e97
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ import { getPageTrackingData } from '../../lib/browser';
declare global {
interface Window {
gtag: any;
varify: any;
fireEvent: (props: {
action: string;
category: string;
@@ -68,7 +67,7 @@ window.fireEvent = (props) => {
}
const trackingData = getPageTrackingData();
window.gtag('event', action, {
event_category: category,
event_label: label,

View File

@@ -5,7 +5,6 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro';
---
<SkeletonLayout
htmlClassName='varify-antiflicker'
title='Master SQL'
briefTitle='Learn SQL from the ground up'
ogImageUrl='https://assets.roadmap.sh/guest/sql-course-bjc53.png'