Skip to content

Commit

Permalink
Merge pull request #1788 from hargunkaur286/integrations
Browse files Browse the repository at this point in the history
added hyperlinks to integration cards
  • Loading branch information
leecalcote committed Jul 2, 2024
2 parents 7f4acce + ab0e7a3 commit a5f9882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ <h2 class="integration-subhead">
const element = document.createElement("div");
element.className = "element";
element.style.backgroundColor = "rgba(255, 255, 255," + "1" + ")";
element.onclick = () => window.open(table[i].permalink, "_self");

const symbol = document.createElement("div");
symbol.className = "symbol";
Expand Down

0 comments on commit a5f9882

Please sign in to comment.