diff --git a/src/components/feed/FeedWidgetCard.tsx b/src/components/feed/FeedWidgetCard.tsx index d50be0b..d2ae1a7 100644 --- a/src/components/feed/FeedWidgetCard.tsx +++ b/src/components/feed/FeedWidgetCard.tsx @@ -14,7 +14,7 @@ interface FeedWidgetCardProps { export function FeedWidgetCard({ bgTint, icon, title, ctaLabel, ctaTo, children }: FeedWidgetCardProps) { return ( -
+
diff --git a/src/components/feed/PublicationCard.tsx b/src/components/feed/PublicationCard.tsx index 7f5562c..c849a0f 100644 --- a/src/components/feed/PublicationCard.tsx +++ b/src/components/feed/PublicationCard.tsx @@ -318,10 +318,10 @@ function PublicationCardInner({ }; return ( -
+
{/* Header */} {hideAuthor ? ( -
+
{timeAgo(publication.created_at)} @@ -330,7 +330,7 @@ function PublicationCardInner({
) : ( -
+
+

{localContent}

@@ -474,7 +474,7 @@ function PublicationCardInner({
{/* Actions + counts */} -
+
-
- {/* Desktop Create Post */} -
-
+ {/* Desktop Create Post embedded seamlessly in the same hero card */} +