File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ export default function Hero() {
15
15
Our mission is to help each other to learn more, create awesome
16
16
things, and become better developers.
17
17
</ p >
18
- < div className = "mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-8" >
18
+ < div className = "mt-5 max-w-xl mx-auto sm:flex sm:justify-center md:mt-8" >
19
19
< div className = "rounded-md shadow" >
20
20
< button
21
21
onClick = { ( ) => signIn ( 'github' ) }
22
22
className = "w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-brand-600 hover:bg-brand-700 md:py-4 md:text-lg md:px-10"
23
23
>
24
- Join Community
24
+ Join Our Community
25
25
</ button >
26
26
</ div >
27
27
< div className = "mt-3 rounded-md shadow sm:mt-0 sm:ml-3" >
28
28
< A
29
29
href = "https://chat.coderplex.org"
30
30
className = "w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-brand-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10"
31
31
>
32
- Join Chatroom
32
+ Join Our Chatroom
33
33
</ A >
34
34
</ div >
35
35
</ div >
You can’t perform that action at this time.
0 commit comments