From 9f29e2002d9187531a4ded51706d0ece00fae612 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Sat, 1 Apr 2023 09:12:37 -0500 Subject: [PATCH] Show Notion on Productivity page --- src/pages/kind/[...kindPath].astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index e53754b..78a0431 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -72,6 +72,9 @@ if ( !!categorySlug ) { const adName = (() => { // if ( kindName === 'game' ) return 'new-world-1' + // Productivity Tools + if ( kindName === 'productivity-tools' ) return 'notion-1' + if ( kindName === 'developer-tools' ) return 'jotform-for-developers-1' // Video and Motion Tools