diff --git a/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx b/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx index 36713943..a89f07ec 100644 --- a/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx +++ b/app/lish/[did]/[publication]/[rkey]/Interactions/Interactions.tsx @@ -329,8 +329,11 @@ const TagPopover = (props: { - {props.tagCount} +
+ {props.tagCount}
} > @@ -342,7 +345,7 @@ const TagPopover = (props: { const TagList = (props: { className?: string; tags: string[] | undefined }) => { if (!props.tags) return; return ( -
+
{props.tags.map((tag, index) => ( ))} diff --git a/components/InteractionsPreview.tsx b/components/InteractionsPreview.tsx index 799c8663..af5d1d92 100644 --- a/components/InteractionsPreview.tsx +++ b/components/InteractionsPreview.tsx @@ -101,8 +101,11 @@ export const TagPopover = (props: { tags: string[] }) => { - {props.tags.length} +
+ {props.tags.length}
} > @@ -113,7 +116,7 @@ export const TagPopover = (props: { tags: string[] }) => { const TagList = (props: { tags: string[]; className?: string }) => { return ( -
+
{props.tags.map((tag, index) => ( ))} diff --git a/components/Tags.tsx b/components/Tags.tsx index a5af994b..bd6ec822 100644 --- a/components/Tags.tsx +++ b/components/Tags.tsx @@ -20,6 +20,7 @@ export const Tag = (props: { {props.name}{" "}