Removed button from Integration page

This commit is contained in:
Bjorkan
2026-05-14 10:28:02 +02:00
parent 32de22865e
commit 40591610ea
4 changed files with 4 additions and 20 deletions
@@ -8,7 +8,7 @@ import {
Suspense,
type ReactNode,
} from 'react';
import { BookOpen, ChevronDown, Info } from 'lucide-react';
import { ChevronDown, Info } from 'lucide-react';
import { Input } from '../ui/input';
import { Label } from '../ui/label';
import { Button } from '../ui/button';
@@ -3316,12 +3316,6 @@ export function SettingsFanoutSection({
<Button type="button" size="sm" onClick={() => setCreateDialogOpen(true)}>
Add Integration
</Button>
<Button asChild size="sm" variant="secondary">
<a href="./docs" target="_blank" rel="noopener noreferrer">
<BookOpen className="mr-1.5 h-4 w-4" aria-hidden="true" />
API Docs
</a>
</Button>
</div>
<CreateIntegrationDialog