mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Merged in AD-1198-no-space-between-text-and-link-i (pull request #109)
AD-1198 Add missing space to accordion list placeholder
This commit is contained in:
commit
63505946e6
@ -35,7 +35,7 @@ let AccordionList = React.createClass({
|
|||||||
{getLangText('We could not find any works related to you...')}
|
{getLangText('We could not find any works related to you...')}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-center">
|
<p className="text-center">
|
||||||
{getLangText('To register one, click')}
|
{getLangText('To register one, click')}
|
||||||
<a href="register_piece">{getLangText('here')}</a>!
|
<a href="register_piece">{getLangText('here')}</a>!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user