File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
web/src/modules/auth/components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33 faGithub ,
44 faGoogle ,
55} from '@fortawesome/free-brands-svg-icons' ;
6- import { faClock } from '@fortawesome/free-solid-svg-icons' ;
76import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
87import 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 */ }
You can’t perform that action at this time.
0 commit comments