diff --git a/src/components/RelayInfo/index.tsx b/src/components/RelayInfo/index.tsx index b939ec5..0764117 100644 --- a/src/components/RelayInfo/index.tsx +++ b/src/components/RelayInfo/index.tsx @@ -48,7 +48,7 @@ export default function RelayInfo({ url, className }: { url: string; className?: {!!relayInfo.tags?.length && ( -
+
{relayInfo.tags.map((tag) => ( {tag} ))}