mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
chore: fix lint
This commit is contained in:
parent
01e704cbac
commit
3eed09a140
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user