From 85bec45d264284967a3425f4c4644bc471a2c93a Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Tue, 29 Oct 2024 16:00:22 +0100 Subject: [PATCH] clients/figma: fix icon --- .../web/src/app/(main)/docs/guides/(mdx)/figma/page.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/apps/web/src/app/(main)/docs/guides/(mdx)/figma/page.mdx b/clients/apps/web/src/app/(main)/docs/guides/(mdx)/figma/page.mdx index 0b606f80db..cdb432aeb2 100644 --- a/clients/apps/web/src/app/(main)/docs/guides/(mdx)/figma/page.mdx +++ b/clients/apps/web/src/app/(main)/docs/guides/(mdx)/figma/page.mdx @@ -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 @@ -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 - +

Polar Figma Plugin Example

We've created a simple example Figma plugin that you can use as a reference

@@ -445,7 +445,7 @@ root.render(); 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! 🎉 - +

Polar Figma Plugin Example

We've created a simple example Figma plugin that you can use as a reference