From d3c92cdb92e37963dfb4ec69da9c728747d671a5 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sat, 21 Apr 2018 19:43:42 +0200
Subject: [PATCH] FIX - linting errors for the build

---
 src/components/AboutLabs.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/components/AboutLabs.vue b/src/components/AboutLabs.vue
index 81f621a..fd8d8d6 100644
--- a/src/components/AboutLabs.vue
+++ b/src/components/AboutLabs.vue
@@ -35,19 +35,18 @@
         },
         {
           name: "Inside a Residency Blog",
-          url: "https://developers.redhat.com/blog/2018/01/26/part-1-inside-open-innovation-labs-residency/"
+          url:
+            "https://developers.redhat.com/blog/2018/01/26/part-1-inside-open-innovation-labs-residency/"
         }
       ],
       social: [
         {
           name: "YouTube",
-          url:
-            "https://www.youtube.com/watch?v=RxOKoqpDuIA"
+          url: "https://www.youtube.com/watch?v=RxOKoqpDuIA"
         },
         {
           name: "Twitter",
-          url:
-            "https://twitter.com/redhatlabs?lang=en"
+          url: "https://twitter.com/redhatlabs?lang=en"
         }
       ]
     };
@@ -72,4 +71,4 @@
 a {
   color: #a30000;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3