mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
deactivated the HashtagChooser as the text is in the frame
This commit is contained in:
parent
efff8f3c39
commit
0a0aa2d44d
1 changed files with 2 additions and 2 deletions
|
@ -340,8 +340,8 @@ function App({ getString, locales, currentLocale, onLanguageChange }) {
|
||||||
{true || !!originalPhoto ? (<>
|
{true || !!originalPhoto ? (<>
|
||||||
<h2><Localized id="title_choose_frame" /></h2>
|
<h2><Localized id="title_choose_frame" /></h2>
|
||||||
<FrameChooser onChange={handleFrame} />
|
<FrameChooser onChange={handleFrame} />
|
||||||
<h2><Localized id="title_choose_hashtag" /></h2>
|
{/* <h2><Localized id="title_choose_hashtag" /></h2> */}
|
||||||
<HashtagChooser onChange={handleHashtag} />
|
{/* <HashtagChooser onChange={handleHashtag} /> */}
|
||||||
</>) : null}
|
</>) : null}
|
||||||
|
|
||||||
{!!originalPhoto && !!frameURL ? (<>
|
{!!originalPhoto && !!frameURL ? (<>
|
||||||
|
|
Loading…
Reference in a new issue