Skip to content

Commit e675196

Browse files
committed
feat(editor2): add Beta mark
1 parent d7d2b6f commit e675196

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/editor2/EditorToolbar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
Menu,
88
MenuDivider,
99
MenuItem,
10+
Tag,
1011
} from '@blueprintjs/core'
1112
import { Popover2 } from '@blueprintjs/popover2'
1213

@@ -55,6 +56,9 @@ export const EditorToolbar: FC<EditorToolbarProps> = ({
5556
<H2 className="!text-base mb-0">
5657
{t.components.editor2.EditorToolbar.title}
5758
</H2>
59+
<Tag minimal className="ml-1" intent="warning">
60+
Beta
61+
</Tag>
5862
{subtitle && (
5963
<span className="ml-2 text-xs text-gray-500 dark:text-gray-400">
6064
{subtitle}

0 commit comments

Comments
 (0)