We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae02ba4 commit ddb3213Copy full SHA for ddb3213
src/Notification/NotificationRowItem.jsx
@@ -42,7 +42,7 @@ const NotificationRowItem = ({
42
return (
43
<Hyperlink
44
target="_blank"
45
- className="d-flex mb-2 align-items-center text-decoration-none"
+ className="d-flex mb-2 align-items-center text-decoration-none notification-post-link"
46
destination={contentUrl}
47
onClick={(event) => handleNotificationClick(event, contentUrl)}
48
data-testid={`notification-${id}`}
0 commit comments