diff --git a/src/pages/Notifications/SceneAlt.js b/src/pages/Notifications/SceneAlt.js index 5416f35..17a74a3 100644 --- a/src/pages/Notifications/SceneAlt.js +++ b/src/pages/Notifications/SceneAlt.js @@ -285,10 +285,11 @@ const EnhancedSearchInput = withOnEnter(SearchInput); const NotificationRow = styled('tr')({ position: 'relative', - cursor: 'pointer', + // cursor: 'pointer', display: 'block', textAlign: 'left', width: '100%', + borderRadius: 4, margin: '0 auto', background: '#fff', padding: '8px 16px', @@ -621,7 +622,7 @@ export default function Scene ({ {getPRIssueIcon(n.type, n.reasons)} - { + { window.open(n.url); onStageThread(n.id) }}> @@ -650,7 +651,10 @@ export default function Scene ({ - {n.repository} + window.open(n.repositoryUrl)} + style={{cursor: 'pointer', userSelect: 'none'}}> + {n.repository}