Skip to content

Commit

Permalink
Merge pull request #137 from KPMP/KPMP-4177_add_spanish_translator
Browse files Browse the repository at this point in the history
past ConveyThis code
  • Loading branch information
rlreamy authored Jun 19, 2023
2 parents 54b75f0 + 019214c commit 3080442
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<!-- ConveyThis code -->
<script src="//cdn.conveythis.com/javascript/conveythis-initializer.js"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(e) {
ConveyThis_Initializer.init({
api_key: "pub_0f57fb851e4feb8f38eb3d6361350154"
});
});
</script>
<!-- End ConveyThis code -->
</body>
</html>

0 comments on commit 3080442

Please sign in to comment.