Remove GitHub link from footer

This commit is contained in:
Mondo Diaz
2025-12-11 14:56:11 -06:00
parent 3488dea11d
commit dc44502840

View File

@@ -66,7 +66,6 @@ function Layout({ children }: LayoutProps) {
<div className="footer-links">
<a href="/docs">Documentation</a>
<a href="/api/v1">API</a>
<a href="https://github.com" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</div>
</footer>