Update app/(root)/help/page.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
f82312b2d1
commit
820f1a9a66
|
|
@ -105,8 +105,10 @@ export default function HelpPage() {
|
||||||
Join Discord Community
|
Join Discord Community
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
href="mailto:opendevsociety@gmail.com"
|
href="mailto:opendevsociety@gmail.com"
|
||||||
className="bg-gray-800 text-gray-200 px-6 py-3 rounded-lg hover:bg-gray-900 transition-colors text-center inline-block"
|
className="bg-gray-800 text-gray-200 px-6 py-3 rounded-lg hover:bg-gray-900 transition-colors text-center inline-block"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue