From 3eed09a140b8a2fd7b85a281c0f5932d64ff02b3 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 = {