diff --git a/src/components/Common/CardWithImage.tsx b/src/components/Common/CardWithImage.tsx index 838980d6e4..0d2b312602 100644 --- a/src/components/Common/CardWithImage.tsx +++ b/src/components/Common/CardWithImage.tsx @@ -108,7 +108,7 @@ export default function CardWithImage({

{description}

{(hasTags || hasDate) && ( -
+
{hasTags && (
{visibleTags.map((tag) => ( diff --git a/src/components/Common/GuideListItem.tsx b/src/components/Common/GuideListItem.tsx index d53d4e1642..3f515af7f3 100644 --- a/src/components/Common/GuideListItem.tsx +++ b/src/components/Common/GuideListItem.tsx @@ -26,24 +26,35 @@ export default function GuideListItem({ -
+

{title}

-
+
{visibleTags.map((tag) => ( {!isInternalUrl(url) && "External • "} diff --git a/src/components/Guides/RecentGuidesListItem.tsx b/src/components/Guides/RecentGuidesListItem.tsx index d12b50a152..0b39d3240a 100644 --- a/src/components/Guides/RecentGuidesListItem.tsx +++ b/src/components/Guides/RecentGuidesListItem.tsx @@ -43,7 +43,7 @@ export default function RecentGuidesListItem({ {title} -
+
{visibleTags.map((tag) => (