1
0
Fork 0
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:
thomasrosen 2021-09-17 18:48:18 +02:00
parent efff8f3c39
commit 0a0aa2d44d

View file

@ -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 ? (<>