mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: refactoring.
This commit is contained in:
@@ -28,7 +28,7 @@ export const AgentCardKey = ({edgeKey, agentName}: AgentCardKeyProps) => {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-4 py-2">
|
<div className="flex flex-col gap-4 py-2">
|
||||||
<Card className="border-muted/60 shadow-none py-0">
|
<Card className="border-muted/60 shadow-none py-0">
|
||||||
<CardHeader className="pb-3 px-4 pt-4">
|
<CardHeader className="px-4 pt-4">
|
||||||
<CardTitle className="text-sm font-semibold flex items-center gap-2 uppercase tracking-tight">
|
<CardTitle className="text-sm font-semibold flex items-center gap-2 uppercase tracking-tight">
|
||||||
CLI Setup
|
CLI Setup
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
@@ -85,7 +85,7 @@ export const AgentCardKey = ({edgeKey, agentName}: AgentCardKeyProps) => {
|
|||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Card className="border-muted/60 shadow-none py-0">
|
<Card className="border-muted/60 shadow-none py-0">
|
||||||
<CardHeader className="pb-3 px-4 pt-4">
|
<CardHeader className="px-4 pt-4">
|
||||||
<CardTitle className="text-sm font-semibold flex items-center gap-2 uppercase tracking-tight">
|
<CardTitle className="text-sm font-semibold flex items-center gap-2 uppercase tracking-tight">
|
||||||
Manual Setup
|
Manual Setup
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
|
|||||||
Reference in New Issue
Block a user