fix: inbox issues icon in project header render in big screen (#3622)
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
parent
4b67a41b41
commit
eb0af8de59
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ export const ProjectIssuesHeader: React.FC = observer(() => {
|
|||
)}
|
||||
</Button>
|
||||
</span>
|
||||
<Inbox className="w-4 h-4 mr-2 text-custom-text-200" />
|
||||
<Inbox className="w-4 h-4 mr-2 text-custom-text-200 block md:hidden" />
|
||||
</Link>
|
||||
)}
|
||||
{canUserCreateIssue && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue