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
|
|
@ -106,12 +106,14 @@ export default function HelpPage() {
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
<a
|
||||||
href="mailto:opendevsociety@gmail.com"
|
target="_blank"
|
||||||
className="bg-gray-800 text-gray-200 px-6 py-3 rounded-lg hover:bg-gray-900 transition-colors text-center inline-block"
|
rel="noopener noreferrer"
|
||||||
>
|
href="mailto:opendevsociety@gmail.com"
|
||||||
Email Help Team
|
className="bg-gray-800 text-gray-200 px-6 py-3 rounded-lg hover:bg-gray-900 transition-colors text-center inline-block"
|
||||||
</a>
|
>
|
||||||
|
Email Help Team
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-xs text-gray-600 mt-4">
|
<p className="text-xs text-gray-600 mt-4">
|
||||||
✨ All support is free, always. We're here because we care, not for profit.
|
✨ All support is free, always. We're here because we care, not for profit.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue