Skip to content

Commit 41fc358

Browse files
committedMar 27, 2024
Temp: remove the enterprise badge
1 parent 42f7c3f commit 41fc358

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎packages/web-console/src/components/TopBar/toolbar.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ export const Toolbar = () => {
119119
<Root>
120120
<Box gap="0.5rem">
121121
<Text color="foreground">Web Console</Text>
122-
<IconWithTooltip
123-
icon={<EnterpriseBadge>EE</EnterpriseBadge>}
124-
tooltip="QuestDB Enterprise Edition"
125-
placement="bottom"
126-
/>
122+
{/*<IconWithTooltip*/}
123+
{/* icon={<EnterpriseBadge>EE</EnterpriseBadge>}*/}
124+
{/* tooltip="QuestDB Enterprise Edition"*/}
125+
{/* placement="bottom"*/}
126+
{/*/>*/}
127127
</Box>
128128
<Box gap="0.5rem">
129129
{serverDetails && serverDetails.instance_name && (

0 commit comments

Comments
 (0)
Failed to load comments.