diff --git a/apps/www/content/docs/get-started/migration.mdx b/apps/www/content/docs/get-started/migration.mdx index 257b4f11ab0..fc7b7e3576d 100644 --- a/apps/www/content/docs/get-started/migration.mdx +++ b/apps/www/content/docs/get-started/migration.mdx @@ -2102,7 +2102,8 @@ const Demo = () => ( ### Table - `TableContainer` is now `Table.ScrollArea` -- `Td`(now called `Table.ColumnHeader`) `isNumeric` is now `textAlign="end"` +- `Td`(now called `Table.Cell`) `isNumeric` is now `textAlign="end"` +- `Th` is now `Table.ColumnHeader` The compound component have been renamed slightly.