Skip to content

Commit

Permalink
[web] Use better label used for diagnostic tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Mar 13, 2023
1 parent ae70f51 commit 7260dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/core/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { About, Disclosure, LogsButton, ShowLogButton, ShowTerminalButton } from
const FixedLinks = React.memo(() => (
<div className="flex-stack">
<h3>Other options</h3>
<Disclosure label="Diagnosis tools" data-keep-sidebar-open>
<Disclosure label="Diagnostic tools" data-keep-sidebar-open>
<ShowLogButton />
<LogsButton data-keep-sidebar-open="true" />
<ShowTerminalButton />
Expand Down

0 comments on commit 7260dfb

Please sign in to comment.