diff options
author | Vitaly Takmazov | 2019-01-16 22:34:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 62b55dab33eefb69859a73b762d1ee4c47d8560f (patch) | |
tree | bda854c42773b3b456f5d6fb01d5775cde28a7bb | |
parent | 0433f0ce0650c8ed7bc695de6d1314d64cb6d38d (diff) |
Update test snapshots
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap index 51559838..41c7d188 100644 --- a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap @@ -101,7 +101,7 @@ Array [ } > <a - href="https://api.juick.com/_fblogin?state=http://localhost/" + href="https://juick.com/api/_fblogin?state=http://localhost/" style={ Object { "background": "#3b5998", @@ -125,7 +125,7 @@ Array [ Log in </a> <a - href="https://api.juick.com/_vklogin?state=http://localhost/" + href="https://juick.com/api/_vklogin?state=http://localhost/" style={ Object { "background": "#4c75a3", |