Skip to content

Commit

Permalink
dev2master (#1788)
Browse files Browse the repository at this point in the history
* fix: switches mumbai rpc to our alchemy node (#1769)

* fix: update web3.js and wrapper (#1779)

* F/rinkeby to goerli (#1783)

* feat: removes rinkeby and adds goerli

* fix: makes the linter happy

* Dtech patch 1 - helpscout to hubspot (#1786)

* adding hubspot and removing helpscout

using this documentation https://developers.hubspot.com/docs/api/conversation/chat-widget-sdk to replace the help widget

* hubspot code needed to be in the head

* back to right before the body for best practices

Co-authored-by: alibama <adp6j@virginia.edu>
  • Loading branch information
mathewmeconry and alibama authored Oct 21, 2022
1 parent e6b2423 commit 9526df7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
<div id="root"></div>
<script src="./index.js"></script>

<script type="text/javascript">!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});</script>
<script type="text/javascript">window.Beacon('init', '163e0284-762b-4e2d-b3b3-70a73a7e6c9f')</script>

<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/21998404.js"></script>
<!-- End of HubSpot Embed Code -->
</body>

</html>

0 comments on commit 9526df7

Please sign in to comment.