Skip to content

Commit f3311c3

Browse files
committed
remove add a new service button
1 parent eb38260 commit f3311c3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/routes/(authed)/config.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,6 @@ function ConfigComponent() {
229229
</Card>
230230
</Collapsible>
231231
))}
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>
244232
</div>
245233
</ScrollArea>
246234
</div>

0 commit comments

Comments
 (0)