1
0
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:
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 { declare global {
interface Window { interface Window {
gtag: any; gtag: any;
varify: any;
fireEvent: (props: { fireEvent: (props: {
action: string; action: string;
category: string; category: string;

View File

@@ -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'