Skip to content

Commit

Permalink
Merge pull request #13 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix phone number
  • Loading branch information
adamlaki authored Oct 4, 2023
2 parents fa63cce + 51dc0ea commit 461150d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/product/edit/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ breadcrumbs:
</div>
<div class="data-group">
<p class="data-group__title">Phone</p>
<p class="data-group__content">+00 36 555 66 44</p>
<p class="data-group__content">+36 555 66 44</p>
</div>
<div class="data-group">
<p class="data-group__title">Bio</p>
Expand Down
2 changes: 1 addition & 1 deletion src/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ breadcrumbs:
</div>
<div class="form-group--row">
<label class="form-label" for="your-phone">Phone</label>
<input class="form-control" id="your-phone" name="your-phone" type="text" value="+00 36 555 66 44" />
<input class="form-control" id="your-phone" name="your-phone" type="text" value="+36 555 66 44" />
</div>
<div class="form-group--row">
<label class="form-label" for="your-bio">Bio</label>
Expand Down

0 comments on commit 461150d

Please sign in to comment.