diff --git a/src/components/Menu/index.js b/src/components/Menu/index.js
index f035447..5bb42e4 100644
--- a/src/components/Menu/index.js
+++ b/src/components/Menu/index.js
@@ -36,11 +36,12 @@ class Menu extends Component {
@@ -45,6 +46,10 @@ if (window && document) {
window.onload = function () {
const root = document.getElementById('main')
render(
, root, root.firstChild)
+
+ if (window.location.href.indexOf('localhost') === -1) {
+ drift()
+ }
}
}
diff --git a/src/components/ValueProposition/index.js b/src/components/ValueProposition/index.js
index 81fb6c9..668c592 100644
--- a/src/components/ValueProposition/index.js
+++ b/src/components/ValueProposition/index.js
@@ -1,5 +1,6 @@
import { h } from 'preact'
import planetaryIcon from '../icons/planetarysystem.svg'
+import TalkWithUsButton from '../utils/TalkWithUsButton'
const ValueProposition = () =>
(
@@ -19,7 +20,7 @@ const ValueProposition = () =>
Our practical curriculum includes the main serverless technologies like
Lambda Functions,
API gateway,
Dynamo DB,
S3,
RDS,
Cloudwatch and covers a variety of topics from the basic to advanced topics like
networking,
performance,
security,
troubleshooting and
continuous delivery.
- Talk with us today
+
diff --git a/src/components/WhyTraining/index.js b/src/components/WhyTraining/index.js
index 1071fbe..b9ee1ba 100644
--- a/src/components/WhyTraining/index.js
+++ b/src/components/WhyTraining/index.js
@@ -1,4 +1,5 @@
import { h, Component } from 'preact'
+import TalkWithUsButton from '../utils/TalkWithUsButton'
import flagIcon from '../icons/flagstarplanet.svg'
class WhyTraining extends Component {
@@ -96,7 +97,7 @@ class WhyTraining extends Component {