Skip to content

Commit 01deff3

Browse files
Fran McDadeFran McDade
authored andcommitted
feat: add back intro text (#55)
1 parent 67324d7 commit 01deff3

File tree

17 files changed

+55
-4
lines changed

17 files changed

+55
-4
lines changed

app/components/About/components/Section/components/SectionAbout/components/MDX/index.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/components/About/components/Section/components/SectionAbout/sectionAbout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
import { AboutContent } from "../../../../content";
12
import { Section } from "../../section.styles";
2-
import { About } from "./components/MDX";
33
import { StyledSectionLayout } from "./sectionAbout.styles";
44

55
export const SectionAbout = (): JSX.Element => {
66
return (
77
<Section>
88
<StyledSectionLayout>
9-
<About />
9+
<AboutContent />
1010
</StyledSectionLayout>
1111
</Section>
1212
);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as AboutContent } from "./sectionAbout.mdx";
File renamed without changes.

0 commit comments

Comments
 (0)