Disable ad on the devops roadmap

pull/3065/head
Kamran Ahmed 2 years ago
parent db911ebfee
commit 7b78d4c21e
  1. 2
      components/custom-ad.tsx

@ -9,6 +9,8 @@ function getPageSlug() {
export const CustomAd = () => {
const slug = getPageSlug();
return null;
if (slug !== 'devops') {
return null;
}

Loading…
Cancel
Save