import ChannelYoutubeIcon from "@/assets/icons/channel-youtube.svg?react"; import ExternalLinkIcon from "@/assets/icons/external-link.svg?react"; import type { YouTubeAudit } from "@/features/report/types/youtubeAudit"; import { safeUrl } from "@/utils/safeUrl"; export type YouTubeChannelInfoCardProps = { data: YouTubeAudit; }; export function YouTubeChannelInfoCard({ data }: YouTubeChannelInfoCardProps) { return (
{data.channelName}
{data.handle}
{data.channelDescription}