File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed
Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff 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 ) }
Original file line number Diff line number Diff 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 ( ) => {
You can’t perform that action at this time.
0 commit comments