diff --git a/_components/header.tsx b/_components/header.tsx index ee4285b..b52f05d 100644 --- a/_components/header.tsx +++ b/_components/header.tsx @@ -15,7 +15,7 @@ export default function(props: Props) {

{ props.title }

{props.author &&

- By {props.author.name} on + By {props.author.name} on

} {props.comp.separator()}