Skip to content

Commit

Permalink
Tweak the posthog-js doc link text
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Nov 15, 2023
1 parent b5cebe5 commit 17d458e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/src/scenes/web-analytics/WebAnalyticsHealthCheck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ export const WebAnalyticsHealthCheck = (): JSX.Element | null => {
</p>
<p>
Please see{' '}
<Link to={'https://posthog.com/docs/libraries/js'}>documentation for how to set up posthog-js</Link>{' '}
and, if you are using a SPA (Single Page Apps) framework{' '}
<Link to={'https://posthog.com/tutorials/single-page-app-pageviews'}>
a tutorial for sending page views in a SPA
</Link>
<Link to={'https://posthog.com/docs/libraries/js'}>documentation for how to set up posthog-js</Link>
.
</p>
</LemonBanner>
Expand All @@ -39,11 +35,12 @@ export const WebAnalyticsHealthCheck = (): JSX.Element | null => {
<LemonBanner type={'warning'} className={'mt-2'}>
<p>
No <code>$pageleave</code> events have been received, this means that Bounce rate and Session
Duration might be inaccurate.
duration might be inaccurate.
</p>
<p>
Please see{' '}
<Link to={'https://posthog.com/docs/libraries/js'}>documentation for how to set up posthog-js</Link>
.
</p>
</LemonBanner>
)
Expand Down

0 comments on commit 17d458e

Please sign in to comment.