Skip to content

Commit ddb3213

Browse files
feat: added notification post link class to get analytics (#611)
1 parent ae02ba4 commit ddb3213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notification/NotificationRowItem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const NotificationRowItem = ({
4242
return (
4343
<Hyperlink
4444
target="_blank"
45-
className="d-flex mb-2 align-items-center text-decoration-none"
45+
className="d-flex mb-2 align-items-center text-decoration-none notification-post-link"
4646
destination={contentUrl}
4747
onClick={(event) => handleNotificationClick(event, contentUrl)}
4848
data-testid={`notification-${id}`}

0 commit comments

Comments
 (0)