jpedroschmitz / rocketdocs

Easy to use Gatsby Theme to create documentation websites ⚡️🔥
https://rocketdocs-gatsby.vercel.app/
MIT License
254 stars 95 forks source link

How to shadow Header.js #43

Closed sampow closed 3 years ago

sampow commented 4 years ago

Summary

Hello, I'm trying to shadow/override the gatsby-theme-docs theme. I need to override the header so i've created a Header.js under: src > @rocketseat > gatsby-theme-docs > components > Header.js and made some basic changes

But there is no override. Did i missed sometthing ?

Relevant information

"@rocketseat/gatsby-theme-docs": "^2.2.3",
"gatsby": "^2.24.53",
"react": "^16.13.1",
Capture d’écran 2020-10-22 à 14 11 30

Thanks

jpedroschmitz commented 4 years ago

Hey @sampow, the header is shown just on mobile, have you checked it on a screen with less than 780px?

jpedroschmitz commented 3 years ago

I'll close this issue. If you need more information, check #52.