From 1a037d35429b119d1751930068dfcf3b2b94dbde Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 28 Jun 2024 08:27:54 -0500 Subject: FeedCard & ListCard cleanups (#4644) * Extract ListCard from FeedCard * Export FeedCard.Action and optionally include in ListCard * Remove list dual usage from most of FeedCard * Update usages of FeedCard and ListCard * Add back list purpose logic * Make Action comp easier to use, clarify list purpose * Rename Action to SaveButton --- src/components/StarterPack/Main/FeedsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/StarterPack/Main/FeedsList.tsx') diff --git a/src/components/StarterPack/Main/FeedsList.tsx b/src/components/StarterPack/Main/FeedsList.tsx index e350a422c..7d7cd2047 100644 --- a/src/components/StarterPack/Main/FeedsList.tsx +++ b/src/components/StarterPack/Main/FeedsList.tsx @@ -45,7 +45,7 @@ export const FeedsList = React.forwardRef( (isWeb || index !== 0) && a.border_t, t.atoms.border_contrast_low, ]}> - + ) } -- cgit 1.4.1