mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +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 ? (<>
|
||||
<h2><Localized id="title_choose_frame" /></h2>
|
||||
<FrameChooser onChange={handleFrame} />
|
||||
<h2><Localized id="title_choose_hashtag" /></h2>
|
||||
<HashtagChooser onChange={handleHashtag} />
|
||||
{/* <h2><Localized id="title_choose_hashtag" /></h2> */}
|
||||
{/* <HashtagChooser onChange={handleHashtag} /> */}
|
||||
</>) : null}
|
||||
|
||||
{!!originalPhoto && !!frameURL ? (<>
|
||||
|
|
Loading…
Reference in a new issue