diff --git a/src/components/AgoraLogo.tsx b/src/components/AgoraLogo.tsx deleted file mode 100644 index 873a8e7f..00000000 --- a/src/components/AgoraLogo.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import { cn } from '@/lib/utils'; - -interface AgoraLogoProps { - className?: string; - size?: number; -} - -function LightningBolt({ size }: { size: number }) { - return ( - - ); -} - -/** Agora badge icon used across app chrome. */ -export function AgoraLogo({ className, size = 40 }: AgoraLogoProps) { - const boltSize = Math.max(12, Math.round(size * 0.56)); - - return ( -
- No badge list history found. Your relay may not store historical events. -
-- {scientificName} -
- )} -- {extract} -
- ) : ( -- Heard at {new Date(event.created_at * 1000).toLocaleString()}. -
- )} -- {note} -
- )} -