We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb7e9f commit 7a63773Copy full SHA for 7a63773
1 file changed
src/components/LeftNav.jsx
@@ -188,7 +188,7 @@ class ListItem extends React.Component {
188
}`}
189
>
190
<div className='activeIndicator' />
191
- <img src='https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/book.png' alt='book' />
+ <img src='https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/Updated_Doc_Images/book.png' alt='book' loading='eager' />
192
<Link to={normalizePath(url)}>{title}</Link>{' '}
193
</li>
194
);
0 commit comments