diff --git a/web/src/pages/SyncPairs.tsx b/web/src/pages/SyncPairs.tsx
index 98485b6..acd7f1c 100644
--- a/web/src/pages/SyncPairs.tsx
+++ b/web/src/pages/SyncPairs.tsx
@@ -26,7 +26,7 @@ import {
import { EmptyState } from '@/components/ui/EmptyState';
import { Badge } from '@/components/ui/Badge';
import { Card } from '@/components/ui/Card';
-import { Play, Trash2, Plus, GitCompare, ArrowRight, ArrowLeft, Pencil } from 'lucide-react';
+import { Play, Trash2, Plus, GitCompare, ArrowRight, ArrowLeft, Pencil, AlertTriangle } from 'lucide-react';
import { toast } from 'sonner';
import { cn } from '@/lib/utils';
@@ -295,8 +295,8 @@ export default function SyncPairs() {