Skip to content

Commit

Permalink
feat: Grants Grid Figma and Link Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
FAUSTMANNSTEF committed Dec 4, 2024
1 parent 76c471f commit 9ce3791
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/grids/GrantCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,16 @@ export const Primary: StoryType = {
disbursed: 1000000,
percentage: 80.5,
},
parameters: {
design: [
{
type: "figma",
url: "https://www.figma.com/design/U3wokyt1snyPxQyHWytR0v/GLOBAL-FUND---V3?node-id=1889-47467&t=o2z1XhZ3yrBk16Ym-4",
},
{
type: "link",
url: "https://www.figma.com/design/U3wokyt1snyPxQyHWytR0v/GLOBAL-FUND---V3?node-id=1889-47467&t=o2z1XhZ3yrBk16Ym-4",
},
],
},
};

0 comments on commit 9ce3791

Please sign in to comment.