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:
Ramesh Kumar Chandra 2024-02-12 15:58:22 +05:30 committed by GitHub
parent 4b67a41b41
commit eb0af8de59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && (