Skip to content

Commit

Permalink
fix(outlook): Update code to new outlook UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alissonsz authored and nunofmn committed Jan 25, 2023
1 parent e8931e6 commit a568f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/outlook.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ togglbutton.render(
const link = togglbutton.createTimerLink({
className: `outlook`,
description: () =>
document.querySelector('div[role="heading"][title]')?.textContent
document.querySelector('div[role="heading"][title]').textContent
});

container.appendChild(link);
Expand Down

0 comments on commit a568f68

Please sign in to comment.