Skip to content

Commit 47b9920

Browse files
committed
delete unused components from md components
1 parent da63380 commit 47b9920

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/components/MdComponents.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -208,29 +208,6 @@ export const ContentContainer = (props: Pick<BoxProps, "id" | "children">) => {
208208
)
209209
}
210210

211-
export const InfoColumn = (props: ChildOnlyProp) => (
212-
<Flex
213-
as="aside"
214-
flexDirection="column"
215-
flex="0 1 400px"
216-
ms={8}
217-
me={16}
218-
position="sticky"
219-
top="6.25rem"
220-
height={calc("100vh").subtract("80px").toString()}
221-
{...props}
222-
/>
223-
)
224-
225-
export const InfoTitle = (props: ChildOnlyProp) => (
226-
<Heading2
227-
fontSize={{ base: "2.5rem", lg: "5xl" }}
228-
textAlign={{ base: "start", lg: "end" }}
229-
mt={0}
230-
{...props}
231-
/>
232-
)
233-
234211
export const MobileButton = (props: ChildOnlyProp) => {
235212
const borderColor = useToken("colors", "border")
236213
return (
@@ -278,8 +255,6 @@ export const reactComponents = {
278255
FeaturedText,
279256
GlossaryTooltip,
280257
InfoBanner,
281-
InfoColumn,
282-
InfoTitle,
283258
MobileButton,
284259
MobileButtonDropdown,
285260
Page,

0 commit comments

Comments
 (0)