mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
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:
committed by
GitHub
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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user