diff --git a/src/components/notification-service.jsx b/src/components/notification-service.jsx
index 7de510bf..970fd9a8 100644
--- a/src/components/notification-service.jsx
+++ b/src/components/notification-service.jsx
@@ -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>