Skip to content

Commit

Permalink
chore: use mirrors_help_url instead of mirrorz_help for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Sep 25, 2023
1 parent f23c93b commit 418dd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default React.memo(() => {
<NavLink to="/site" activeClassName="active">
<h2 dangerouslySetInnerHTML={{__html: t("site.site")}} />
</NavLink>
{config.mirrorz_help && <a href={config.mirrorz_help} target="_blank" rel="noopener">
{config.mirrors_help_url && <a href={config.mirrors_help_url} target="_blank" rel="noopener">
<h2 dangerouslySetInnerHTML={{__html: t("help")}} />
</a>}
<NavLink to="/about" activeClassName="active">
Expand Down

0 comments on commit 418dd86

Please sign in to comment.