[WEB-2040] fix: text updates (#5221)
* fix: text updates * fix: page title * fix: icon color * fix: Page title changes
This commit is contained in:
parent
3f87d8b99d
commit
d1828c9496
6 changed files with 21 additions and 19 deletions
|
|
@ -36,7 +36,7 @@ const ProjectInboxPage = observer(() => {
|
|||
);
|
||||
|
||||
// derived values
|
||||
const pageTitle = currentProjectDetails?.name ? `${currentProjectDetails?.name} - Inbox` : "Plane - Inbox";
|
||||
const pageTitle = currentProjectDetails?.name ? `${currentProjectDetails?.name} - Intake` : "Plane - Intake";
|
||||
|
||||
const currentNavigationTab = navigationTab
|
||||
? navigationTab === "open"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue