diff --git a/quartz/components/Explorer.tsx b/quartz/components/Explorer.tsx index 56784f132..51917d010 100644 --- a/quartz/components/Explorer.tsx +++ b/quartz/components/Explorer.tsx @@ -61,7 +61,7 @@ export default ((userOpts?: Partial) => { const Explorer: QuartzComponent = ({ cfg, displayClass }: QuartzComponentProps) => { return ( -
) => { class="explorer-toggle mobile-explorer hide-until-loaded" data-mobile={true} aria-controls="explorer-content" + aria-label="Explorer" > ) => { -
+
-
+ ) } diff --git a/quartz/components/OverflowList.tsx b/quartz/components/OverflowList.tsx index 2cd1a75ba..2eaa5b068 100644 --- a/quartz/components/OverflowList.tsx +++ b/quartz/components/OverflowList.tsx @@ -1,11 +1,8 @@ import { JSX } from "preact" -const OverflowList = ({ - children, - ...props -}: JSX.HTMLAttributes & { id: string }) => { +const OverflowList = ({ children, ...props }: JSX.HTMLAttributes) => { return ( -