Skip to content

Commit

Permalink
fix: storybook build
Browse files Browse the repository at this point in the history
Signed-off-by: Saulo Vallory <[email protected]>
  • Loading branch information
svallory committed Nov 22, 2024
1 parent db3fc19 commit f716ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions packages/ui/docs/Get Started.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta } from "@storybook/blocks";
import Github from "./assets/github.svg";
import Discord from "./assets/discord.svg";
import Github from "./assets/github.svg";

export const RightArrow = () => <svg
viewBox="0 0 14 14"
Expand All @@ -22,7 +22,7 @@ export const RightArrow = () => <svg

<h1>
<div style={{ display: 'flex', justifyContent: 'center' }}>
<img alt="Figma Plugin SDK Logo" src="/docs/assets/fps-logotype-vertical-dark.png" height="240px" />
<img alt="Figma Plugin SDK Logo" src="/docs/assets/fps-logotype-vertical-dark.png" height="200px" />
</div>
</h1>
Welcome to the Figma Plugin SDK! This toolkit helps you build high-quality Figma plugins faster and more efficiently. Whether you're creating your first plugin or you're an experienced developer, this SDK provides the building blocks you need.
Expand All @@ -41,12 +41,6 @@ Welcome to the Figma Plugin SDK! This toolkit helps you build high-quality Figma
npm install @cva.design/figma-sdk
```

## Next Steps

- [Read the Architecture Overview](/docs/architecture)
- [Browse Component Examples](/docs/components)
- [Check Plugin Templates](/docs/templates)

## Community & Support

<div className="sb-section sb-socials">
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:integration": "playwright test",
"test:unit": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --docs",
"build-storybook": "storybook build",
"---- lint -----------------------------------------": "",
"lint": "na biome check .",
"lint:fix": "na biome check --fix .",
Expand Down

0 comments on commit f716ff3

Please sign in to comment.