Skip to content

Commit

Permalink
fix: only 5+ length domains accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed May 22, 2024
1 parent 83269b3 commit 89ee166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/discount/discountOfferScreenVariant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DiscountOfferScreenVariant: FunctionComponent<
<p className={styles.descriptionVariant}>{desc}</p>
</div>
<div className={styles.searchBarVariant}>
<SearchBar onSearch={onSearch} showHistory={false} />
<SearchBar onSearch={onSearch} showHistory={false} is5LettersOnly />
</div>
</div>
<div className={styles.illustrationContainerVariant}>
Expand Down

0 comments on commit 89ee166

Please sign in to comment.