Skip to content

Commit aa7ae8d

Browse files
committed
fix: remove beta flag 🎉
1 parent 93d93c3 commit aa7ae8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/modules/auth/components/loginPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
faGithub,
44
faGoogle,
55
} from '@fortawesome/free-brands-svg-icons';
6-
import { faClock } from '@fortawesome/free-solid-svg-icons';
76
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
87
import Link from 'next/link';
98

@@ -63,6 +62,7 @@ export const LoginPage = () => {
6362
<p>to discover, share and listen to note block music</p>
6463
</div>
6564

65+
{/*
6666
<div className='bg-yellow-700 border-yellow-300 text-yellow-300 border-2 rounded-lg px-3 py-2 text-sm'>
6767
<FontAwesomeIcon
6868
icon={faClock}
@@ -71,6 +71,7 @@ export const LoginPage = () => {
7171
We are running on a whitelist for the beta stage. Please wait for an
7272
invitation to sign in!
7373
</div>
74+
*/}
7475

7576
<div className='flex flex-col w-full gap-4'>
7677
{/* Login with Google */}

0 commit comments

Comments
 (0)