From c0813d5397fb0dcc2007c2c4e58a564f6bdfc9be Mon Sep 17 00:00:00 2001 From: Golo Roden Date: Fri, 24 Jan 2020 17:48:05 +0100 Subject: [PATCH] fix: Add missing title tag. (#261) --- styleguide/layouts/Styleguide/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide/layouts/Styleguide/index.tsx b/styleguide/layouts/Styleguide/index.tsx index 95c82db5..a96cb2b4 100644 --- a/styleguide/layouts/Styleguide/index.tsx +++ b/styleguide/layouts/Styleguide/index.tsx @@ -1,3 +1,4 @@ +import Head from 'next/head'; import { navigation } from '../../configuration/navigation'; import NextLink from 'next/link'; import { useRouter } from 'next/router'; @@ -67,6 +68,9 @@ const Styleguide: FunctionComponent = ({ children }): ReactElement => { useNotifications={ true } useDialogs={ true } > + + the native web UX +