1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00

Add missing space to accordion list placeholder

This commit is contained in:
Brett Sun 2015-10-21 09:57:40 +02:00
parent e220ee6fbb
commit f1e9f4a0c8

View File

@ -35,7 +35,7 @@ let AccordionList = React.createClass({
{getLangText('We could not find any works related to you...')}
</p>
<p className="text-center">
{getLangText('To register one, click')}
{getLangText('To register one, click')}&nbsp;
<a href="register_piece">{getLangText('here')}</a>!
</p>
</div>