diff --git a/fwt/components/HTML.tsx b/fwt/components/HTML.tsx index bdd446a..77214e0 100644 --- a/fwt/components/HTML.tsx +++ b/fwt/components/HTML.tsx @@ -10,6 +10,7 @@ interface Props { children: JSXElement font?: 'roboto' | 'inter' | 'montserrat' | 'open-sans' | 'public-sans' preloadBackground?: boolean + author: string } export default (props: Props) => { @@ -17,12 +18,13 @@ export default (props: Props) => { <> - + + @@ -33,6 +35,7 @@ export default (props: Props) => { + {props.title}