fac-13 / GP_ProjectBernadette

My Wayfinder - A React decision tree app to help carers understand jargon and find relevant resources more quickly.
https://my-wayfinder.herokuapp.com/
5 stars 5 forks source link

Styled Component consistency #80

Closed tspeed90 closed 6 years ago

tspeed90 commented 6 years ago

We are creating our styled components in two different places. In some files, they are created at the top, but in others (like Wayfinder.js) we are creating them in the render block. I think consistency would be good, but these files can be refactored later.