mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 20:12:02 +00:00
Merge pull request #11465 from overleaf/td-remove-ace-tooltip
Remove info icon next to editor switch for users without Ace option GitOrigin-RevId: 69fa8af8ddd40c47a58de50eb9aa79cc82629aa8
This commit is contained in:
parent
30e94eba32
commit
fd90261313
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function EditorSwitch() {
|
|||
|
||||
return (
|
||||
<div className="editor-toggle-switch">
|
||||
<Badge />
|
||||
{showLegacySourceEditor ? <Badge /> : null}
|
||||
|
||||
<fieldset className="toggle-switch">
|
||||
<legend className="sr-only">Editor mode.</legend>
|
||||
|
|
Loading…
Reference in a new issue