We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c65c8 commit d04e5acCopy full SHA for d04e5ac
components/landing-page/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "landing-page",
3
"description": "The LandingPage Component for the OpenComponents website",
4
- "version": "1.2.0",
+ "version": "1.2.1",
5
"oc": {
6
"files": {
7
"data": "server.js",
components/landing-page/template.hbs
@@ -141,4 +141,11 @@
141
142
<div class="hr footer">
143
<img src="{{staticPath}}img/cube-small.png" />
144
-</div>
+</div>
145
+
146
+<script>
147
+ ((window.gitter = {}).chat = {}).options = {
148
+ room: 'opentable/oc'
149
+ };
150
+</script>
151
+<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
0 commit comments