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 d7d2b6f commit e675196Copy full SHA for e675196
src/components/editor2/EditorToolbar.tsx
@@ -7,6 +7,7 @@ import {
7
Menu,
8
MenuDivider,
9
MenuItem,
10
+ Tag,
11
} from '@blueprintjs/core'
12
import { Popover2 } from '@blueprintjs/popover2'
13
@@ -55,6 +56,9 @@ export const EditorToolbar: FC<EditorToolbarProps> = ({
55
56
<H2 className="!text-base mb-0">
57
{t.components.editor2.EditorToolbar.title}
58
</H2>
59
+ <Tag minimal className="ml-1" intent="warning">
60
+ Beta
61
+ </Tag>
62
{subtitle && (
63
<span className="ml-2 text-xs text-gray-500 dark:text-gray-400">
64
{subtitle}
0 commit comments