File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,16 @@ export default function ReplaysListContainer() {
5555 < SentryDocumentTitle title = "Session Replay" orgSlug = { organization . slug } >
5656 < ReplayPreferencesContextProvider prefsStrategy = { LocalStorageReplayPreferences } >
5757 < Layout . Header unified >
58- < Layout . HeaderContent >
59- < Layout . Title >
60- { t ( 'Session Replay' ) }
61- < PageHeadingQuestionTooltip
62- title = { t (
63- 'Video-like reproductions of user sessions so you can visualize repro steps to debug issues faster.'
64- ) }
65- docsUrl = "https://docs.sentry.io/product/session-replay/"
66- />
67- </ Layout . Title >
68- </ Layout . HeaderContent >
58+ < Layout . Title >
59+ { t ( 'Session Replay' ) }
60+ < PageHeadingQuestionTooltip
61+ title = { t (
62+ 'Video-like reproductions of user sessions so you can visualize repro steps to debug issues faster.'
63+ ) }
64+ docsUrl = "https://docs.sentry.io/product/session-replay/"
65+ />
66+ </ Layout . Title >
67+
6968 < Layout . HeaderActions >
7069 < ReplayIndexTimestampPrefPicker />
7170 </ Layout . HeaderActions >
You can’t perform that action at this time.
0 commit comments