Skip to content

Commit 21cf9a9

Browse files
committed
Update index.tsx
1 parent 5552065 commit 21cf9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DocsOverview/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,13 +448,13 @@ const DocsOverview: FC = (): ReactElement => {
448448
>
449449
<div style={{ width: "100%" }}>
450450
<Row gutter={[20, 20]}>
451-
<Col {...colLayout}>
451+
{/* <Col {...colLayout}>
452452
<SmallCard
453453
icon={<Pipeline></Pipeline>}
454454
text={"Pipeline"}
455455
to={"/guides/load-data/continuous-data-pipelines/pipeline"}
456456
/>
457-
</Col>
457+
</Col> */}
458458
<Col {...colLayout}>
459459
<SmallCard
460460
icon={<Stream></Stream>}

0 commit comments

Comments
 (0)