danielbayerlein / dashboard

📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
MIT License
1.3k stars 189 forks source link

Changing the HTML Header Title? #361

Open ChristopherFoerster opened 2 years ago

ChristopherFoerster commented 2 years ago

Hi Daniel, is there any way to modify the title of the dashboard itself shown in browser tabs? Means HTML Head Title.

I didn't found anything so far in your documentation and the code itself.

BR Chris

danielbayerlein commented 2 years ago

@alternone Hi Chris, yes you can set the title. The Dashboard component accepts the property title, see https://github.com/danielbayerlein/dashboard/blob/master/components/dashboard.js#L24