Skip to content

Commit 2cc6b81

Browse files
authored
Merge pull request #10534 from ethereum/migrate-run-a-node-page
Migrate `run a node` page
2 parents a2b6ca7 + aa0701b commit 2cc6b81

File tree

3 files changed

+477
-531
lines changed

3 files changed

+477
-531
lines changed

src/pages-conditional/what-is-ethereum.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ const TwoColumnContent = (props: FlexProps) => (
111111

112112
const Section = (props: BoxProps) => <Box w="full" py={12} px={8} {...props} />
113113

114-
const Width60 = (props: ChildOnlyProp) => <Box w="full" flex={3} {...props} />
114+
export const Width60 = (props: ChildOnlyProp) => (
115+
<Box w="full" flex={3} {...props} />
116+
)
115117

116-
const Width40 = (props: ChildOnlyProp) => (
118+
export const Width40 = (props: ChildOnlyProp) => (
117119
<Center w="full" flex={2} {...props} />
118120
)
119121

0 commit comments

Comments
 (0)