1
0
Fork 0

Close notification sheet when click "View all notifications"

This commit is contained in:
Lim Chee Aun 2023-09-04 19:40:56 +08:00
parent eed9b70a7d
commit 17a289ac22

View file

@ -168,7 +168,7 @@ export default function NotificationService() {
textAlign: 'end',
}}
>
<Link to="/notifications" class="button light">
<Link to="/notifications" class="button light" onClick={onClose}>
<span>View all notifications</span> <Icon icon="arrow-right" />
</Link>
</div>