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 46d1182 commit f3262e7Copy full SHA for f3262e7
src/features/editor/Toolbar/index.tsx
@@ -86,11 +86,12 @@ export const Toolbar = ({ isWidget = false }: ToolbarProps) => {
86
<Group gap="6" justify="right" w="100%" style={{ flexWrap: "nowrap" }}>
87
{!isWidget && (
88
<Button
89
+ component="a"
90
+ href="https://todiagram.com/editor?utm_source=jsoncrack&utm_medium=toolbar"
91
color="green"
92
size="compact-sm"
93
fz="12"
94
fw="600"
- onClick={() => setVisible("UpgradeModal", true)}
95
leftSection={<LuCrown />}
96
mr="6"
97
>
0 commit comments