Linux: fix an escaped tag in Preferences > General (#51)

* fix an escaped tag

In the General preferences tag, the code tag was visible inside of a note

* Update workspace-section.jsx
This commit is contained in:
Adrian Mester 2017-10-07 02:02:10 +03:00 committed by Ben Gotow
parent 26545f2c8b
commit bb0ef0b86e

View file

@ -144,8 +144,8 @@ const WorkspaceSection = props => {
<div className="platform-note platform-linux-only">
&quot;Launch on system start&quot; only works in XDG-compliant desktop environments. To
enable the N1 icon in the system tray, you may need to install libappindicator1. (i.e.,
&lt;code&gt;sudo apt-get install libappindicator1&lt;/code&gt;)
enable the Mailspring icon in the system tray, you may need to install libappindicator1. (i.e.,
<code>sudo apt-get install libappindicator1</code>)
</div>
</section>
);