From e96ff11f9847046d7313587395d79d60c45b586e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 21 Nov 2018 22:34:04 +0100 Subject: [PATCH] chore: fix lint --- website/siteConfig.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index f6b21ff7d6..fbe02a504c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -21,13 +21,13 @@ const users = [ pinned: true, }, { - caption: 'NAV.no', - // You will need to prepend the image path with your baseUrl - // if it is not '/', like: '/test-site/img/docusaurus.svg'. - image: '/img/nav.jpg', - infoLink: 'https://www.nav.no', - pinned: true, - }, + caption: 'NAV.no', + // You will need to prepend the image path with your baseUrl + // if it is not '/', like: '/test-site/img/docusaurus.svg'. + image: '/img/nav.jpg', + infoLink: 'https://www.nav.no', + pinned: true, + }, ]; const siteConfig = {