mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
tags in one line
This commit is contained in:
parent
f14f514c4c
commit
51ce05b021
1 changed files with 1 additions and 3 deletions
|
@ -291,9 +291,7 @@ function App({ getString }) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><Localized id="title_choose_photo" /></h2>
|
<h2><Localized id="title_choose_photo" /></h2>
|
||||||
<p>
|
<p><Localized id="text_choose_photo_info" /></p>
|
||||||
<Localized id="text_choose_photo_info" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<label className="labelButton" tabIndex="0" style={{outline:'none'}}>
|
<label className="labelButton" tabIndex="0" style={{outline:'none'}}>
|
||||||
{!!originalPhoto ? <img src={originalPhoto} alt="Preview" /> : null}
|
{!!originalPhoto ? <img src={originalPhoto} alt="Preview" /> : null}
|
||||||
|
|
Loading…
Reference in a new issue