1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

add nav.no tu users (#359)

This commit is contained in:
Audun Fauchald Strand 2018-11-21 22:30:28 +01:00 committed by Simen Bekkhus
parent 28d4dd4846
commit 01e704cbac
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,14 @@ const users = [
infoLink: 'https://www.finn.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 = {

BIN
website/static/img/nav.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB