this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Close notification sheet when click "View all notifications"

+1 -1
+1 -1
src/components/notification-service.jsx
··· 168 168 textAlign: 'end', 169 169 }} 170 170 > 171 - <Link to="/notifications" class="button light"> 171 + <Link to="/notifications" class="button light" onClick={onClose}> 172 172 <span>View all notifications</span> <Icon icon="arrow-right" /> 173 173 </Link> 174 174 </div>