Skip to content

Commit 7a63773

Browse files
authored
Merge pull request #124 from testsigmahq/Fix/book-load
Update leftnav.jsx
1 parent afb7e9f commit 7a63773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LeftNav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class ListItem extends React.Component {
188188
}`}
189189
>
190190
<div className='activeIndicator' />
191-
<img src='https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/book.png' alt='book' />
191+
<img src='https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/book.png' alt='book' loading='eager' />
192192
<Link to={normalizePath(url)}>{title}</Link>{' '}
193193
</li>
194194
);

0 commit comments

Comments
 (0)