diff --git a/src/components/LeftNav.jsx b/src/components/LeftNav.jsx index bb39b91..111cc9d 100644 --- a/src/components/LeftNav.jsx +++ b/src/components/LeftNav.jsx @@ -4,7 +4,7 @@ import { useStaticQuery, graphql, Link } from 'gatsby'; import React from 'react'; import './LeftNav.scss'; -import book from './images/book.png'; +// import book from './images/book.png'; const { v4: uuidv4 } = require('uuid'); @@ -194,7 +194,7 @@ class ListItem extends React.Component { }`} >
- book + book {data.leftNavTitle || title}{' '} );