fix(dashboard-v2): notifications page - hide inbox icon on smaller screens
This commit is contained in:
parent
8d27ac7a1b
commit
638825d8db
|
@ -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>
|
||||
|
|
Reference in New Issue