Update app/(root)/api-docs/page.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
7df39a4e1a
commit
26edc7547c
|
|
@ -63,7 +63,7 @@ export default function ApiDocsPage() {
|
||||||
Found a bug? Want a feature? Submit a PR or issue on GitHub.
|
Found a bug? Want a feature? Submit a PR or issue on GitHub.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex space-x-4">
|
<div className="flex space-x-4">
|
||||||
<a target="_blank" href="https://github.com/Open-Dev-Society/"
|
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Open-Dev-Society/"
|
||||||
className="bg-gray-200 text-gray-800 px-4 py-2 rounded hover:bg-gray-300 transition-colors">
|
className="bg-gray-200 text-gray-800 px-4 py-2 rounded hover:bg-gray-300 transition-colors">
|
||||||
Contact us
|
Contact us
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue