Skip to content

Commit

Permalink
nav bar title fix (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel authored Oct 5, 2023
1 parent 0033a60 commit acc72d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/record.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function RecordPage(props: {
) : undefined}
<NavBar
title={
categoryTitle
categoryTitle && categoryTitle !== subjectTitle
? `Recording: ${subjectTitle} - ${categoryTitle}`
: subjectTitle
? `Recording: ${subjectTitle}`
Expand Down
2 changes: 1 addition & 1 deletion client/src/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ div.jsoneditor {
right: 0;
text-align: center;
transform: translateY(-50%);
max-width: 30%;
max-width: 40%;
}

.stage-text {
Expand Down

0 comments on commit acc72d0

Please sign in to comment.