Skip to content

Commit

Permalink
clients/figma: fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Oct 29, 2024
1 parent ccd2360 commit 85bec45
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import BrowserCallout from '@/components/Feed/Markdown/Callout/BrowserCallout';
import ShadowBox from 'polarkit/components/ui/atoms/shadowbox'
import Button from 'polarkit/components/ui/atoms/button'
import GithubIcon from '@/components/Icons/GithubIcon'
import GitHubIcon from '@/components/Icons/GithubIcon'

# Figma Plugins with License Keys

Expand All @@ -16,7 +16,7 @@ Want to earn a few bucks on your Figma plugin? Sell access to your plugin using
- A Figma plugin with React & Typescript configured

<ShadowBox className="mt-12">
<GithubIcon width={40} />
<GitHubIcon width={40} />
<h3>Polar Figma Plugin Example</h3>
<p>We've created a simple example Figma plugin that you can use as a reference</p>
<a href="https://github.com/polarsource/polar-figma" target="_blank"><Button>View Code on GitHub</Button></a>
Expand Down Expand Up @@ -445,7 +445,7 @@ root.render(<Plugin />);
You've now created a Figma plugin that can validate license keys using the Polar SDK. You can now go forth and monetize your plugin! 🎉

<ShadowBox className="mt-12">
<GithubIcon width={40} />
<GitHubIcon width={40} />
<h3>Polar Figma Plugin Example</h3>
<p>We've created a simple example Figma plugin that you can use as a reference</p>
<a href="https://github.com/polarsource/polar-figma" target="_blank"><Button>View Code on GitHub</Button></a>
Expand Down

0 comments on commit 85bec45

Please sign in to comment.