import { AlertCircleIcon } from "lucide-react"; import ExternalLink from "src/components/ExternalLink"; import { Alert, AlertDescription, AlertTitle } from "src/components/ui/alert"; export function ChannelPublicPrivateAlert() { return ( Conflicting Private / Public Channels
You will not be able to receive payments on any private channels. It is recommended to only open all private or all public channels.
Learn more
); }