From 10eca1d583f3513d577574bef48cb34b28b158d3 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sat, 5 Aug 2023 20:15:33 -0400 Subject: [PATCH] Fix invalid DOM property --- _components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}