Skip to content

Commit

Permalink
re-added changes to Explorer
Browse files Browse the repository at this point in the history
make 'Home' link to the homepage
  • Loading branch information
cromelex committed Feb 4, 2025
1 parent 05e9aa9 commit 703e96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/components/Explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default ((userOpts?: Partial<Options>) => {
aria-controls="explorer-content"
aria-expanded={true}
>
<h2>{opts.title ?? i18n(cfg.locale).components.explorer.title}</h2>
<a href="/"> <h2>{opts.title ?? i18n(cfg.locale).components.explorer.title}</h2></a>
<svg
xmlns="http://www.w3.org/2000/svg"
width="14"
Expand Down

0 comments on commit 703e96d

Please sign in to comment.