diff --git a/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx b/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx index 339dc599e356d8..da00873c02b95d 100644 --- a/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx +++ b/frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx @@ -25,11 +25,7 @@ export const WebAnalyticsHealthCheck = (): JSX.Element | null => {
Please see{' '} - documentation for how to set up posthog-js{' '} - and, if you are using a SPA (Single Page Apps) framework{' '} - - a tutorial for sending page views in a SPA - + documentation for how to set up posthog-js .
@@ -44,6 +40,7 @@ export const WebAnalyticsHealthCheck = (): JSX.Element | null => {Please see{' '} documentation for how to set up posthog-js + .
)