Style/UI improvements (#3269)

* style: update `Workspace Issues` -> `All Issues` header.

* style: fix issue activity text overflow issue.
This commit is contained in:
Prateek Shourya 2023-12-28 14:30:33 +05:30 committed by GitHub
parent 685e62a72f
commit 71bf049e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ export const GlobalIssuesHeader: React.FC<Props> = observer((props) => {
<PhotoFilterIcon className="h-4 w-4 text-custom-text-300" />
)
}
label={`Workspace ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
label={`All ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
/>
</Breadcrumbs>
</div>