boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Set a title to the App.js #200

Closed lucianosimoni closed 1 year ago

lucianosimoni commented 1 year ago

Using the Helmet library, in the App.js, on the

<Helmet>
    //here

    <link ...>
</Helmet>

Add a title.

Title script

<title>Cohort Manager 2.0</title>
Auenc commented 1 year ago

Looks good!