diff --git a/src/layouts/main.tsx b/src/layouts/main.tsx index cc57d52f..01032b27 100644 --- a/src/layouts/main.tsx +++ b/src/layouts/main.tsx @@ -21,7 +21,7 @@ type Props = { image?: string; }; -const Layout = ({ children, title, description = "", image = "" }: Props) => { +const Layout = ({ children, title, description = "", image = "/images/banner.png" }: Props) => { return (