Skip to content

Commit

Permalink
feat(hubspot): Update name selector for contact type pages
Browse files Browse the repository at this point in the history
  • Loading branch information
with-shrey committed Sep 26, 2024
1 parent 8feff92 commit 31faaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/hubspot.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ togglbutton.render(
$container => {
try {
function descriptionSelector() {
const $description = $('div[data-selenium-test$="-highlight-details"] h3') ?? $('div[data-selenium-test$="highlightTitle"]');
const $description = $('div[data-selenium-test$="-highlight-details"] h3') ?? $('[data-selenium-test="highlightTitle"]');
return $description.textContent.trim();
}

Expand Down

0 comments on commit 31faaa5

Please sign in to comment.