Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 347667a

Browse files
committed
Change 'Join Community' and 'Join Chatroom' buttons to 'Join Our Community' and 'Join Our Chatroom'
1 parent 8b0b237 commit 347667a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ export default function Hero() {
1515
Our mission is to help each other to learn more, create awesome
1616
things, and become better developers.
1717
</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">
1919
<div className="rounded-md shadow">
2020
<button
2121
onClick={() => signIn('github')}
2222
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"
2323
>
24-
Join Community
24+
Join Our Community
2525
</button>
2626
</div>
2727
<div className="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
2828
<A
2929
href="https://chat.coderplex.org"
3030
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"
3131
>
32-
Join Chatroom
32+
Join Our Chatroom
3333
</A>
3434
</div>
3535
</div>

0 commit comments

Comments
 (0)