Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 17, 2023
1 parent 208a216 commit d363e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/scenes/project-homepage/RecentRecordings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function RecentRecordings(): JSX.Element {
<>
<SessionPlayerModal />
<CompactList
title="Session replay"
title="Recent recordings"
viewAllURL={urls.replay()}
loading={sessionRecordingsResponseLoading}
emptyMessage={
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ body {
--glass-bg-3000: var(--glass-bg-3000-light);
--glass-border-3000: var(--glass-border-3000-light);
--bg-light: #fff;
--bg-table: rgb(255 255 255 / 50%);
--bg-table: #f9faf7;
--link: var(--link-3000-light);
--shadow-elevation-3000: var(--shadow-elevation-3000-light);
--primary-3000-frame-bg: var(--primary-3000-frame-bg-light);
Expand Down

0 comments on commit d363e52

Please sign in to comment.