Skip to content

Commit 2f1effa

Browse files
Vojtěch Václav Portešvojtechportes
authored andcommitted
fix: Fixed copy on Demo page on the library website
1 parent 7125d28 commit 2f1effa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/src/components/demo-playground.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export const DemoPlayground: React.FC<IDemoPlaygroundProps> = ({
267267
checked={customizationMode === 'antd'}
268268
onChange={() => setCustomizationMode('antd')}
269269
/>
270-
<span>ANTD v6 adapter</span>
270+
<span>ANTD adapter</span>
271271
</ToggleRow>
272272
</ChoiceGroup>
273273
</Panel>
@@ -281,7 +281,7 @@ export const DemoPlayground: React.FC<IDemoPlaygroundProps> = ({
281281
usesAdapterMode
282282
? isMuiMode
283283
? 'ThemeProvider colors style the default builder components only. The MUI adapter uses Material UI styling instead.'
284-
: 'ThemeProvider colors style the default builder components only. The ANTD v6 adapter uses Ant Design styling instead.'
284+
: 'ThemeProvider colors style the default builder components only. The ANTD adapter uses Ant Design styling instead.'
285285
: undefined
286286
}
287287
/>

0 commit comments

Comments
 (0)