mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
Tweak lifecycle tooltip copy (#6404)
* Update InsightsNav.tsx Tweaked lifecycle tooltip copy * Update InsightsNav.tsx Pushed last two words to new line to fix prettier issue. * prettier format InsightsNav.tsx Co-authored-by: Harry Waye <harry@microwayes.net>
This commit is contained in:
parent
79b371c3c7
commit
a2b582db73
@ -128,11 +128,7 @@ export function InsightsNav(): JSX.Element {
|
||||
<Tooltip
|
||||
placement="top"
|
||||
title={
|
||||
<>
|
||||
Lifecycle will show you new, resurrected, returning and dormant users so you
|
||||
understand how your user base is composed. This can help you understand where your
|
||||
user growth is coming from.
|
||||
</>
|
||||
<>Understand growth by breaking down new, resurrected, returning, and dormant users.</>
|
||||
}
|
||||
data-attr="insight-lifecycle-tab"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user