doctocat icon indicating copy to clipboard operation
doctocat copied to clipboard

[Feature request] Do not hardcode the word `Primer` in the header component.

Open bolonio opened this issue 2 years ago • 0 comments

Context

The theme hardcodes the word Primer in the header before the project short name defined by siteMetadata.shortName. You can see in the header.js component.

An screenshot of the header in the doctocat theme

It would be nice to have this information in the siteMetadata, so the theme allows a better header component.

Acceptance Criteria

  • [ ] A new field is added to the siteMetadata object, graphQL type...etc.
  • [ ] The component header.js reads the first part of the header from siteMetadata.

bolonio avatar Oct 10 '22 13:10 bolonio