mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
chore: fix lint
This commit is contained in:
parent
d10100f7c6
commit
e96ff11f98
@ -21,13 +21,13 @@ const users = [
|
|||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
caption: 'NAV.no',
|
caption: 'NAV.no',
|
||||||
// You will need to prepend the image path with your baseUrl
|
// You will need to prepend the image path with your baseUrl
|
||||||
// if it is not '/', like: '/test-site/img/docusaurus.svg'.
|
// if it is not '/', like: '/test-site/img/docusaurus.svg'.
|
||||||
image: '/img/nav.jpg',
|
image: '/img/nav.jpg',
|
||||||
infoLink: 'https://www.nav.no',
|
infoLink: 'https://www.nav.no',
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user