File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
storybooks/main-storybook Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1212 "clean" : " git clean -xdf node_modules .turbo .cache" ,
1313 "clean:workspaces" : " turbo run clean" ,
1414 "dev" : " turbo watch dev --continue" ,
15- "dev:next" : " turbo watch dev -F nextjs-example..." ,
16- "dev:storybook" : " turbo watch dev:storybook" ,
15+ "dev:storybook" : " turbo dev:storybook" ,
1716 "format" : " turbo run format --continue -- --cache --cache-location .cache/.prettiercache" ,
1817 "format:fix" : " turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache" ,
1918 "lint" : " turbo run lint --continue -- --cache --cache-location .cache/.eslintcache" ,
Original file line number Diff line number Diff line change @@ -19,11 +19,14 @@ import DownloadImage from "../assets/download.jpg";
1919 customized to suit your needs.
2020</Description >
2121
22- <Button size = " small" variant = " primary" className = " sb-unstyled" asChild >
23- <a href = " ./Lena'sTestFile.fig" download >
24- <Icon name = " RiDownload2Line" />
25- Download
26- </a >
22+ <Button
23+ size = " small"
24+ variant = " primary"
25+ className = " sb-unstyled"
26+ onClick = { () => alert (" Figma file download is comming soon!" )}
27+ >
28+ <Icon name = " RiDownload2Line" />
29+ Download
2730</Button >
2831
2932<img src = { DownloadImage } alt = " " style = { { marginTop: " 1.5rem" }} />
Original file line number Diff line number Diff line change 1010 "outputs" : [" .cache/tsbuildinfo.json" , " dist/**" ]
1111 },
1212 "dev:storybook" : {
13- "dependsOn" : [" ^dev" ],
1413 "cache" : false ,
1514 "persistent" : false
1615 },
You can’t perform that action at this time.
0 commit comments