forked from github/plane
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
@ -213,7 +213,7 @@ export const ProjectIssuesHeader: React.FC = observer(() => {
|
|||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
</span>
|
</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>
|
</Link>
|
||||||
)}
|
)}
|
||||||
{canUserCreateIssue && (
|
{canUserCreateIssue && (
|
||||||
|
Loading…
Reference in New Issue
Block a user