Skip to content

Commit 2c95bc4

Browse files
Merge pull request #134 from CSSLab/dev
chore: remove whitelist for opening page + change to open beta
2 parents e5da95a + 7d6c61a commit 2c95bc4

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

src/components/Home/HomeHero.tsx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -286,16 +286,7 @@ function BetaBlurb() {
286286
favorite
287287
</span>
288288
<p>
289-
Maia Chess is in private beta. Sign up{' '}
290-
<a
291-
target="_blank"
292-
rel="noreferrer"
293-
className="underline"
294-
href="https://forms.gle/VAUKap4uwMGXJH3N8"
295-
>
296-
here
297-
</a>{' '}
298-
and sign in with{' '}
289+
Maia Chess is in open beta. Sign in with{' '}
299290
<button
300291
onClick={() => {
301292
trackLichessConnectionInitiated('homepage')
@@ -305,7 +296,7 @@ function BetaBlurb() {
305296
>
306297
Lichess
307298
</button>
308-
.
299+
here.
309300
</p>
310301
</motion.div>
311302
)}

src/pages/openings/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ const OpeningsPage: NextPage = () => {
7676
>(null)
7777
const [hoverArrow, setHoverArrow] = useState<DrawShape | null>(null)
7878

79-
useEffect(() => {
80-
if (user !== null && !user.lichessId) {
81-
router.push('/401')
82-
}
83-
}, [user, router])
79+
// useEffect(() => {
80+
// if (user !== null && !user.lichessId) {
81+
// router.push('/401')
82+
// }
83+
// }, [user, router])
8484

8585
useEffect(() => {
8686
return () => {

0 commit comments

Comments
 (0)