Skip to content

Commit

Permalink
cards
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 14, 2024
1 parent 79671a8 commit 5bc7b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion figma.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"codeConnect": {
"include": ["src/ui/**"],
"include": ["src/ui/**", "src/compositions/**", "src/layout/**"],
"exclude": [],
"react": {
"importPaths": {
Expand Down
6 changes: 3 additions & 3 deletions src/compositions/Cards/Cards.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ figma.connect(Card, "<FIGMA_URL_CARD>", {
),
});

figma.connect(ProductInfoCard, "<FIGMA_URL_CARDS_PRODUCT_INFO_CARD>");
figma.connect(PricingCard, "<FIGMA_URL_CARDS_PRICING_CARD>");
figma.connect(TestimonialCard, "<FIGMA_URL_CARDS_TESTIMONIAL_CARD>");
figma.connect(StatsCard, "<FIGMA_URL_CARDS_STATS_CARD>");
figma.connect(ProductInfoCard, "<FIGMA_URL_CARDS_PRODUCT_INFO_CARD>");
figma.connect(ReviewCard, "<FIGMA_URL_CARDS_REVIEW_CARD>");
figma.connect(StatsCard, "<FIGMA_URL_CARDS_STATS_CARD>");
figma.connect(TestimonialCard, "<FIGMA_URL_CARDS_TESTIMONIAL_CARD>");

0 comments on commit 5bc7b6b

Please sign in to comment.