Skip to content

Commit

Permalink
#248 fix capital h in url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christianaschoff committed May 2, 2021
1 parent 5e5e0d9 commit eae1b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/trader/profile/offer/offer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h4>
<lk-input
placeholder="Homepage"
formControlName="homepage"
pattern="https?://.+"
pattern="(h|H)ttps?://.+"
></lk-input>
</div>
<div class="warning" *ngIf="homepage.invalid">
Expand Down

0 comments on commit eae1b09

Please sign in to comment.