Skip to content

Commit e20c882

Browse files
chore: remove remaining comments related to Chakra
1 parent 063327c commit e20c882

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/components/ui/__stories__/Table/mockMdxData.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ import {
1010
TableRow,
1111
} from "../../table"
1212

13-
/*
14-
* Note on the Chakra Table components:
15-
*
16-
* Only the `TableCell`, `Th`, `Tr`, `TableBody`, and `TableHeader` components are used because those are the
17-
* only table elements we are defining styles with and sending to the MDX provider
18-
*
19-
* The use of `align` is a mock for the `align` prop from the MDX parsing going to
20-
* the former prop in the given Chakra component.
21-
*/
22-
2313
export const MdxDemoData = () => (
2414
<>
2515
<TableHeader>

src/pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ const HomePage = ({
547547
</Accordion>
548548
</WindowBox>
549549
{isModalOpen && (
550-
// TODO: Migrate CodeModal, CodeBlock from Chakra-UI to tailwind/shad-cn
551550
<CodeModal
552551
isOpen={isModalOpen}
553552
setIsOpen={setModalOpen}

0 commit comments

Comments
 (0)