From 652681ec3542ee3880919a58bf96d92b2a4c9081 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Sat, 1 Apr 2023 09:09:46 -0500 Subject: [PATCH] Show Notion on Productivity Apps --- src/components/default-listing.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index 32376b7..fc502ab 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -40,7 +40,7 @@ const adName = (() => { // if ( listing?.category?.slug === 'developer-tools' ) return 'jotform-for-developers-1' // Productivity Apps - // if ( listing?.category?.slug === 'productivity-tools' ) return 'codeable-1' + if ( listing?.category?.slug === 'productivity-tools' ) return 'notion-1' // Video and Motion Tools // if ( listing?.category?.slug === 'video-and-motion-tools' ) return 'wondershare-arm-1'