We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb38260 commit f3311c3Copy full SHA for f3311c3
app/routes/(authed)/config.tsx
@@ -229,18 +229,6 @@ function ConfigComponent() {
229
</Card>
230
</Collapsible>
231
))}
232
-
233
- <Card className="overflow-hidden hover:bg-accent/50 transition-colors cursor-pointer">
234
- <CardHeader className="flex flex-row items-center justify-center p-6">
235
- <div className="flex flex-col items-center text-center">
236
- <Plus className="h-5 w-5 mb-2 text-muted-foreground" />
237
- <h3 className="text-xl font-semibold">Add a new service</h3>
238
- <p className="text-sm text-muted-foreground mt-1">
239
- Configure a new service integration
240
- </p>
241
- </div>
242
- </CardHeader>
243
- </Card>
244
</div>
245
</ScrollArea>
246
0 commit comments