daniel-ac-martin / NotGovUK

An implementation of the GOV.UK Design System in React that provides support for writing internal applications in addition to public ones.

Home Page:https://not-gov.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML page titles are not being set

daniel-ac-martin opened this issue · comments

e.g.:

}, {
	"href": "/graphql-test",
	"src": "./graphql-test.tsx",
	"title": "GraphQL spike"
}, {
	"href": "/html",
	"src": "./html.html"
}, {
	"href": "/",
	"src": "./index.tsx",
	"title": "Home"
}, {

Possibly introduced here: #357