green6060/digicert-public-library-demo

app header

Opened this issue · 0 comments

<header className="App-header">

your header has a className of app-header?? Do you need a classname at all? Can you reference this simply by using .App header {} for your css? Do you need to get the header in javascript somewhere else for some reason? any code that is superfluous is a waste of reading and a potential problem for something later. Not saying get rid of the className... name it better at the least though? And think of why you have the className there at all.