diff --git a/quartz/components/Explorer.tsx b/quartz/components/Explorer.tsx index e4cbcabae..e30c28e4f 100644 --- a/quartz/components/Explorer.tsx +++ b/quartz/components/Explorer.tsx @@ -103,11 +103,10 @@ export default ((userOpts?: Partial) => { data-mobile={false} aria-expanded={true} > -

{opts.title ?? i18n(cfg.locale).components.explorer.title}

) => { > +

{opts.title ?? i18n(cfg.locale).components.explorer.title}

@@ -130,20 +130,22 @@ export default ((userOpts?: Partial) => {