type WebsitePanelProps = { label: string; url: string; }; export function WebsitePanel({ label, url }: WebsitePanelProps) { return (

{label}

{url}