We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6363ca4 commit 5863cd7Copy full SHA for 5863cd7
1 file changed
src/cards/ConferencesCard.js
@@ -66,8 +66,8 @@ const ConferenceItem = ({ conf, index }) => {
66
link={conf.url}
67
analyticsAttributes={{
68
[Attributes.TRIGERED_FROM]: 'card',
69
- [Attributes.TITLE]: item.name,
70
- [Attributes.LINK]: item.url,
+ [Attributes.TITLE]: conf.name,
+ [Attributes.LINK]: conf.url,
71
[Attributes.SOURCE]: 'conferences',
72
}}>
73
<RiCalendarEventFill className={'rowTitleIcon'} />
0 commit comments