fix: repair corrupted JSX in Spatial card
This commit is contained in:
parent
a12eee7fa1
commit
0200dbad84
1 changed files with 4 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue