Skip to content

Commit 00866b3

Browse files
committed
Quartz sync: May 17, 2025, 12:45 PM
1 parent 64087fd commit 00866b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

quartz/components/Explorer.tsx

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

126128
<div class="explorer-content" aria-expanded={false}>
127129
<OverflowList class="explorer-ul" />

0 commit comments

Comments
 (0)