diff options
author | Vitaly Takmazov | 2018-08-24 11:48:54 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 1d39deaffaac811c65648f7e99520e568bc80722 (patch) | |
tree | acb5fb4be670d450f1ef7a60939ba72591e10f3b /vnext/src | |
parent | 1f74b55cf3e9ffc01e786633f4a8ae08da88db5e (diff) |
update dependencies and fix snapshots
Diffstat (limited to 'vnext/src')
-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 cc01126f..ab0435a5 100644 --- a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap @@ -93,7 +93,7 @@ Array [ } > <a - href="https://api.juick.com/_fblogin?state=about://blank" + href="https://api.juick.com/_fblogin?state=http://localhost/" style={ Object { "background": "#3b5998", @@ -117,7 +117,7 @@ Array [ Log in </a> <a - href="https://api.juick.com/_vklogin?state=about://blank" + href="https://api.juick.com/_vklogin?state=http://localhost/" style={ Object { "background": "#4c75a3", |