[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
|
|
@ -33,7 +33,7 @@ const WorkspaceDashboardPage = observer(() => {
|
|||
} = useUser();
|
||||
const { setPeekIssue } = useIssueDetail();
|
||||
// derived values
|
||||
const pageTitle = currentWorkspace?.name ? `${currentWorkspace?.name} - Notifications` : undefined;
|
||||
const pageTitle = currentWorkspace?.name ? `${currentWorkspace?.name} - Inbox` : undefined;
|
||||
const { workspace_slug, project_id, issue_id, is_inbox_issue } =
|
||||
notificationLiteByNotificationId(currentSelectedNotificationId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue