Browse Source

feat(insights): add upsell copy content for screen rendering module (#80257)

Dominik Buszowiecki 4 months ago
parent
commit
d9126847d9

+ 1 - 1
static/app/views/insights/mobile/screenRendering/screenRenderingLandingPage.tsx

@@ -29,7 +29,7 @@ export function ScreenRenderingModule() {
           headerActions={isProjectCrossPlatform && <PlatformSelector />}
         />
 
-        <ModuleBodyUpsellHook moduleName={ModuleName.APP_START}>
+        <ModuleBodyUpsellHook moduleName={ModuleName.SCREEN_RENDERING}>
           <Layout.Body>
             <Layout.Main fullWidth>
               <Container>

+ 1 - 1
static/app/views/insights/mobile/screenRendering/screenRenderingSummaryPage.tsx

@@ -26,7 +26,7 @@ function ScreenRenderingSummary() {
         module={ModuleName.SCREEN_RENDERING}
         breadcrumbs={[{label: SUMMARY_PAGE_TITLE}]}
       />
-      <ModuleBodyUpsellHook moduleName={ModuleName.APP_START}>
+      <ModuleBodyUpsellHook moduleName={ModuleName.SCREEN_RENDERING}>
         <Layout.Body>
           <Layout.Main fullWidth>
             <ModuleLayout.Layout>