diff --git a/components/settings/unified/tabs/SiteIntegrationsTab.tsx b/components/settings/unified/tabs/SiteIntegrationsTab.tsx
index 3afddba..178f399 100644
--- a/components/settings/unified/tabs/SiteIntegrationsTab.tsx
+++ b/components/settings/unified/tabs/SiteIntegrationsTab.tsx
@@ -2,7 +2,7 @@
import { useState } from 'react'
import { Button, Input, Select, toast, Spinner } from '@ciphera-net/ui'
-import { Plugs, Trash, ShieldCheck } from '@phosphor-icons/react'
+import { Plugs, LinkBreak, ShieldCheck } from '@phosphor-icons/react'
import { useGSCStatus, useBunnyStatus } from '@/lib/swr/dashboard'
import { disconnectGSC, getGSCAuthURL } from '@/lib/api/gsc'
import { disconnectBunny, getBunnyPullZones, connectBunny, type BunnyPullZone } from '@/lib/api/bunny'
@@ -86,7 +86,7 @@ function IntegrationCard({
{connected ? (
) : (