fix(dashboard-v2): notifications page - hide inbox icon on smaller screens

This commit is contained in:
Michał Leszczyk 2022-03-16 09:06:00 +01:00
parent 8d27ac7a1b
commit 638825d8db
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const NotificationsPage = () => {
</ul>
</section>
</div>
<div className="text-right w-full pr-14 pt-20">
<div className="hidden xl:block text-right w-full pr-14 pt-20">
<StaticImage src="../../../static/images/inbox.svg" alt="" placeholder="none" />
</div>
</div>