diff --git a/components/Breadcrumb.tsx b/components/Breadcrumb.tsx index a952d7e..13386e5 100644 --- a/components/Breadcrumb.tsx +++ b/components/Breadcrumb.tsx @@ -7,14 +7,14 @@ const Breadcrumb: React.FC<{ query?: ParsedUrlQuery }> = ({ query }) => { const { path } = query if (Array.isArray(path)) { return ( -