diff --git a/_src/_assets/styles/bigchain/_hero.scss b/_src/_assets/styles/bigchain/_hero.scss
index 14b4fc1..0e42163 100644
--- a/_src/_assets/styles/bigchain/_hero.scss
+++ b/_src/_assets/styles/bigchain/_hero.scss
@@ -175,6 +175,28 @@ $menu-height-md: 66px;
.release {
min-width: 44px;
}
+
+ .icon {
+ margin-right: .1rem;
+ }
+
+ .icon--gitter {
+ animation: gitterPulse 5s ease-out infinite;
+ }
+}
+
+@keyframes gitterPulse {
+ 0% {
+ stroke: $brand-main-gray-light;
+ }
+
+ 50% {
+ stroke: $brand-main-green;
+ }
+
+ 100% {
+ stroke: $brand-main-gray-light;
+ }
}
.hero__community__label {
diff --git a/_src/_includes/hero.html b/_src/_includes/hero.html
index d1567e1..78103cf 100644
--- a/_src/_includes/hero.html
+++ b/_src/_includes/hero.html
@@ -28,6 +28,13 @@
Follow
+
+ Chat
+
+