Skip to content

Commit

Permalink
slightly nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jun 20, 2024
1 parent ba48c62 commit 391e599
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/src/scenes/session-recordings/player/PlayerMeta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,7 @@ export function PlayerMeta(): JSX.Element {
{
label: <IconWindow value={currentWindowIndex} className="text-muted-alt" />,
value: null,
labelInMenu: (
<div className="flex flex-row gap-2 space-between items-center">
Follow the user: <IconWindow value={currentWindowIndex} className="text-muted-alt" />
</div>
),
labelInMenu: <>Follow the user</>,
},
]
windowIds.forEach((windowId, index) => {
Expand Down

0 comments on commit 391e599

Please sign in to comment.