Skip to content

Commit 43e4297

Browse files
authored
chore(replay): Remove an extra wrapper in the Replay List page header (#103847)
This thing was adding an extra 40px of margin-bottom under the h1, not needed.
1 parent a305a6e commit 43e4297

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

static/app/views/replays/list.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)