From fea6ffd0bdae74ff9e37aa9800cde2c99063dfcc Mon Sep 17 00:00:00 2001 From: Spicer Matthews Date: Wed, 13 Mar 2024 22:56:34 -0700 Subject: [PATCH] Made it so our ads do not show up on all pages. Just the dashboard. --- src/pages/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 47b9986b..87764280 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -55,7 +55,7 @@ import UpdateImpactMutation from 'src/utils/mutations/UpdateImpactMutation' import SetHasViewedIntroFlowMutation from 'src/utils/mutations/SetHasViewedIntroFlowMutation' import { incrementTabsOpenedToday } from 'src/utils/adHelpers' import { isClientSide } from 'src/utils/ssr' -import { aboutURL, accountURL, achievementsURL } from 'src/utils/urls' +import { aboutURL, achievementsURL } from 'src/utils/urls' import { showMockAchievements, showBackgroundImages, @@ -808,7 +808,7 @@ const Index = ({ data: fallbackData, userAgent }) => { } /> ) : ( - + { )} /> - + )}
{
- + { )} /> - +