Unfortunately the data table component had some default styles that needed to be overridden. I also removed some extraneous named imports which were causing lint warnings. Lastly, Gatsby's docs prefer <Link> components' to prop to have a preceding slash. There were console warnings to indicate this. I updated the code to reflect this.
Unfortunately the data table component had some default styles that needed to be overridden. I also removed some extraneous named imports which were causing lint warnings. Lastly, Gatsby's docs prefer
<Link>
components'to
prop to have a preceding slash. There were console warnings to indicate this. I updated the code to reflect this.