Skip to content

Commit

Permalink
Merge 81e3cc6 into 0c2ad58
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vyanshu-kumar committed Feb 12, 2024
2 parents 0c2ad58 + 81e3cc6 commit ada6f12
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions client/components/login/__snapshots__/login.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ exports[`<Login /> interactions phone_number field should be present if mobile p
class="inner"
>
<img
alt="Login with Twitter"
alt="Login with X"
class="icon"
src="/assets/default/twitter.svg"
/>
<span
class="text"
>
Login with Twitter
Login with X
</span>
</span>
</a>
Expand Down Expand Up @@ -375,14 +375,14 @@ exports[`<Login /> interactions should not show phone_number field if auto_switc
class="inner"
>
<img
alt="Login with Twitter"
alt="Login with X"
class="icon"
src="/assets/default/twitter.svg"
/>
<span
class="text"
>
Login with Twitter
Login with X
</span>
</span>
</a>
Expand Down Expand Up @@ -653,14 +653,14 @@ exports[`<Login /> interactions username should be text field if mobile phone ve
class="inner"
>
<img
alt="Login with Twitter"
alt="Login with X"
class="icon"
src="/assets/default/twitter.svg"
/>
<span
class="text"
>
Login with Twitter
Login with X
</span>
</span>
</a>
Expand Down Expand Up @@ -1182,14 +1182,14 @@ exports[`<Login /> rendering should render correctly without social links 1`] =
className="inner"
>
<img
alt="Login with Twitter"
alt="Login with X"
className="icon"
src="/assets/default/twitter.svg"
/>
<span
className="text"
>
Login with Twitter
Login with X
</span>
</span>
</a>
Expand Down Expand Up @@ -1437,14 +1437,14 @@ exports[`<Login /> rendering with placeholder translation tags should render tra
className="inner"
>
<img
alt="Login with Twitter"
alt="Login with X"
className="icon"
src="/assets/default/twitter.svg"
/>
<span
className="text"
>
Login with Twitter
Login with X
</span>
</span>
</a>
Expand Down
4 changes: 3 additions & 1 deletion organizations/default/client_assets/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion organizations/default/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ client:
icon: "google.svg"
url: "#google"
- text:
en: "Login with Twitter"
en: "Login with X"
icon: "twitter.svg"
url: "#twitter"
input_fields:
Expand Down

0 comments on commit ada6f12

Please sign in to comment.