Skip to content

Commit

Permalink
Merge pull request #66 from sparrowapp-dev/astitva/sheet-bugs
Browse files Browse the repository at this point in the history
fix: fixed changes in name []
  • Loading branch information
itsmdasifraza authored Oct 9, 2024
2 parents 3ae9f9f + fd541d9 commit e8fd205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/Auth/entry-point/EntryPoint.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<p class="card-subtitle sparrow-fs-20 sparrow-fw-500 mb-3">Sign In or Create an Account</p>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label text-lightGray sparrow-fs-14 d-flex"
>Email
>Email ID
<p class="ms-1 mb-0 sparrow-fw-600 text-dangerColor">*</p></label
>
<!-- <img src={starIcon} alt="" class="mb-3" style="width: 7px;" /> -->
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Auth/login-page/LoginPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<p class="card-subtitle sparrow-fs-20 sparrow-fw-500 mb-3">Sign In</p>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label text-lightGray sparrow-fs-14 d-flex"
>Email
>Email ID
<p class="ms-1 mb-0 sparrow-fw-600 text-dangerColor">*</p>
</label>
<!-- <img src={starIcon} alt="" class="mb-3" style="width: 7px;" /> -->
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Auth/register-page/RegisterPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
<div class="form-group gap-0 mb-3">
<div>
<label for="email" class="form-label sparrow-fs-14 text-lightGray d-flex"
>Email
<p class="ms-1 mb-0 sparrow-fw-600 text-dangerColor">*</p></label
>Email ID
<p class="ms-1 mb-0 sparrow-fw-600 text-dangerColor">*</p></label
>
</div>
<input
Expand Down

0 comments on commit e8fd205

Please sign in to comment.