fix: repair corrupted JSX in Spatial card

This commit is contained in:
MrPiglr 2026-01-10 23:41:37 +00:00 committed by GitHub
parent a12eee7fa1
commit 0200dbad84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,7 +303,10 @@ export default function DocsIntegrations() {
<ArrowRight className="ml-2 h-4 w-4" /> <ArrowRight className="ml-2 h-4 w-4" />
</Link> </Link>
</Button> </Button>
</CardContent>cyan-950/50 to-blue-950/50 border-cyan-500/30 hover:border-cyan-400/60 transition-colors"> </CardContent>
</Card>
<Card className="bg-gradient-to-br from-cyan-950/50 to-blue-950/50 border-cyan-500/30 hover:border-cyan-400/60 transition-colors">
<CardHeader> <CardHeader>
<CardTitle className="flex items-center gap-3 text-white"> <CardTitle className="flex items-center gap-3 text-white">
<Globe className="h-6 w-6 text-cyan-400" /> <Globe className="h-6 w-6 text-cyan-400" />