Skip to content

Commit 64087fd

Browse files
committed
Quartz sync: May 17, 2025, 12:41 PM
1 parent 274cec6 commit 64087fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

quartz/components/Explorer.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ export default ((userOpts?: Partial<Options>) => {
116116
<polyline points="6 9 12 15 18 9"></polyline>
117117
</svg>
118118
</button> */}
119-
<div class="desktop-explorer">
119+
<div
120+
class="desktop-explorer"
121+
data-mobile={false}
122+
aria-expanded={true}>
120123
<h2>{opts.title ?? i18n(cfg.locale).components.explorer.title}</h2>
121124
</div>
122125

0 commit comments

Comments
 (0)