Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 28, 2025
1 parent fa17d18 commit af2adb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shareon.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const urlBuilderMap = {
};

const openUrl = (buttonUrl) => () => {
window.open(buttonUrl, "_blank", "noopener,noreferrer");
window.open(buttonUrl, "_blank", "noopener,noreferrer");
};

const init = () => {
Expand Down

0 comments on commit af2adb8

Please sign in to comment.