Skip to content

Commit 663e486

Browse files
author
sw-yx
committed
add classNames to prevent regression
1 parent 4d8b601 commit 663e486

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react-dom": "^15.0.0 || ^16.0.0"
3838
},
3939
"dependencies": {
40-
"react-netlify-identity": "^0.1.3"
40+
"react-netlify-identity": "^0.1.5"
4141
},
4242
"config": {
4343
"commitizen": {

src/app.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ function LoggedOutScreen() {
1010
return (
1111
<div>
1212
<Tabs defaultIndex={0}>
13-
<TabList>
14-
<Tab>Login</Tab>
15-
<Tab>Sign Up</Tab>
13+
<TabList className="header">
14+
<Tab className="btn btnHeader">Login</Tab>
15+
<Tab className="btn btnHeader">Sign Up</Tab>
1616
</TabList>
1717

1818
<TabPanels>

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7043,10 +7043,10 @@ react-is@^16.8.4:
70437043
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
70447044
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
70457045

7046-
react-netlify-identity@^0.1.3:
7047-
version "0.1.3"
7048-
resolved "https://registry.yarnpkg.com/react-netlify-identity/-/react-netlify-identity-0.1.3.tgz#720dd09b52e2f07fa5195c01549cf633700fc0f7"
7049-
integrity sha512-1QW1d4ExRhoaemGyb3n5ual6rvonwgA2lnbp9Gm+j0jvpA7dUidpdjyqCEhEU0IZhaVn7ZzsHK5wMa6/TELs1w==
7046+
react-netlify-identity@^0.1.5:
7047+
version "0.1.5"
7048+
resolved "https://registry.yarnpkg.com/react-netlify-identity/-/react-netlify-identity-0.1.5.tgz#2247c8e4a41f937e627b5426f31712d9e8587601"
7049+
integrity sha512-F8qAPatDiu3P8V26Y7gtZLgmMMPyc0QRhXhJZ3WLAuJkuaHnT362sJqxu/O4ZBx6S89awQft/cSGcpri2KfzXg==
70507050
dependencies:
70517051
gotrue-js "^0.9.25"
70527052
tsdx "^0.6.0"

0 commit comments

Comments
 (0)