diff options
author | bobzel <zzzman@gmail.com> | 2024-03-01 08:41:58 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-03-01 08:41:58 -0500 |
commit | 63f119fb99dc1f658b7e3edad5da64e9cf686ada (patch) | |
tree | a1f16048c6d0e896fcec5207bfd78f39dd38faff /src | |
parent | 3179048be75fb7662fc472249798b2d103dc5544 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/topbar/TopBar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/topbar/TopBar.tsx b/src/client/views/topbar/TopBar.tsx index 230a85d32..addad2bbc 100644 --- a/src/client/views/topbar/TopBar.tsx +++ b/src/client/views/topbar/TopBar.tsx @@ -196,7 +196,6 @@ export class TopBar extends ObservableReactComponent<{}> { <Flip key={this._flipDocumentation}> <IconButton tooltip={'Documentation ⌘D'} size={Size.SMALL} color={this.color} onClick={() => window.open('https://brown-dash.github.io/Dash-Documentation/', '_blank')} icon={<FontAwesomeIcon icon="question-circle" />} /> </Flip> - <IconButton tooltip={'Documentation ⌘D'} size={Size.SMALL} color={this.color} onClick={() => window.open('https://brown-dash.github.io/Dash-Documentation/', '_blank')} icon={<FontAwesomeIcon icon="question-circle" />} /> <IconButton tooltip={'Settings ⌘⇧S'} size={Size.SMALL} color={this.color} onClick={SettingsManager.Instance.open} icon={<FontAwesomeIcon icon="cog" />} /> <IconButton size={Size.SMALL} |