Skip to content

Commit

Permalink
fix url footer
Browse files Browse the repository at this point in the history
  • Loading branch information
neocarto committed Oct 12, 2023
1 parent d17fc91 commit daeb1f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/layers/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export function addfooter(selection, width, height, options = {}) {
.attr("dominant-baseline", "hanging")
.attr("fill", fill)
.attr("font-family", "sans-serif")
.attr("fill-opacity", 1)
.text((d) => d)
.on("click", function () {
window.open("http://www.lemonde.fr");
})
.style("cursor", "pointer");
.attr("fill-opacity", 1);
// .text((d) => d)
// .on("click", function () {
// window.open("http://www.lemonde.fr");
// })
// .style("cursor", "pointer");
}

0 comments on commit daeb1f9

Please sign in to comment.