We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4882f commit 13c0839Copy full SHA for 13c0839
apps/figma-plugin/src/ui.tsx
@@ -5,10 +5,10 @@ import { useEffect, useRef } from 'react'
5
6
// const figmaPluginSite =
7
// 'https://violet-reservation-285715.framer.app/figma-plugin' // dev
8
-const figmaPluginSite =
9
- 'https://thriving-instance-690163.framer.app/figma-plugin' // staging
10
11
-// 'https://thriving-instance-690163-0640d7d27.framer.app/figma-plugin' // 0640d7d27
+// 'https://thriving-instance-690163.framer.app/figma-plugin' // staging
+const figmaPluginSite =
+ 'https://thriving-instance-690163-108354a58.framer.app/figma-plugin' // 108354a58
12
// const figmaPluginSite = 'https://shadergradient.co/figma-plugin'
13
14
const App = () => {
0 commit comments