aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/public
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-07-03 08:26:48 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-07-03 08:26:48 +0800
commita5231df6d9d8c9b89431df2e4674f46d307f6d80 (patch)
treead34f5ebe57f30c912d2f021f3298c22220dd6b9 /packages/website/public
parent73e81c62fb2e902cb7252410fe162e8f2ba2596b (diff)
downloaddexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.tar
dexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.tar.gz
dexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.tar.bz2
dexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.tar.lz
dexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.tar.xz
dexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.tar.zst
dexon-sol-tools-a5231df6d9d8c9b89431df2e4674f46d307f6d80.zip
Add media query abstraction around ScreenWidths and stop relayer grid hover effect on mobile
Diffstat (limited to 'packages/website/public')
-rw-r--r--packages/website/public/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/website/public/index.html b/packages/website/public/index.html
index 4c0985c71..c7a40875f 100644
--- a/packages/website/public/index.html
+++ b/packages/website/public/index.html
@@ -70,7 +70,17 @@
})(document, 'script', 'twitter-wjs');
</script>
<!-- End Twitter SDK -->
-
+ <!-- Hotjar Tracking Code for https://0xproject.com/ -->
+ <script>
+ (function (h, o, t, j, a, r) {
+ h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
+ h._hjSettings = { hjid: 935597, hjsv: 6 };
+ a = o.getElementsByTagName('head')[0];
+ r = o.createElement('script'); r.async = 1;
+ r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
+ a.appendChild(r);
+ })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
+ </script>
<!-- Main -->
<script type="text/javascript" crossorigin="anonymous" src="/bundle.js" charset="utf-8"></script>
</body>