diff --git a/_components/header.tsx b/_components/header.tsx index b52f05d..91961ae 100644 --- a/_components/header.tsx +++ b/_components/header.tsx @@ -18,8 +18,8 @@ export default function(props: Props) { By {props.author.name} on

} - {props.comp.separator()}

{ props.description }

+ {props.comp.separator()} ) }