noahmanger / pdxtipjar

Website source code for PDX Tip Jar
https://pdxtipjar.com
MIT License
2 stars 9 forks source link

Fix lint warnings. Override Datatable component style defaults. #1

Closed marciaga closed 4 years ago

marciaga commented 4 years ago

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.