From 7b78d4c21eba251978535f7305723be82429a1bd Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 6 Dec 2022 17:11:05 +0400 Subject: [PATCH] Disable ad on the devops roadmap --- components/custom-ad.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/custom-ad.tsx b/components/custom-ad.tsx index 309929502..58aa92ab0 100644 --- a/components/custom-ad.tsx +++ b/components/custom-ad.tsx @@ -9,6 +9,8 @@ function getPageSlug() { export const CustomAd = () => { const slug = getPageSlug(); + return null; + if (slug !== 'devops') { return null; }