Skip to content

Commit 78986a6

Browse files
authored
chore: add Pinpoint EOL banner to in-app messaging pages (#8387)
1 parent 4a56f20 commit 78986a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Layout/Layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ export const Layout = ({
283283
<Gen1Banner currentPlatform={currentPlatform} />
284284
)}
285285
{(asPathWithNoHash.includes('/push-notifications/') ||
286-
asPathWithNoHash.includes('/analytics/')) && (
286+
asPathWithNoHash.includes('/analytics/') ||
287+
asPathWithNoHash.includes('/in-app-messaging/')) && (
287288
<PinpointEOLBanner />
288289
)}
289290
{children}

0 commit comments

Comments
 (0)