Skip to content

Commit d2d55cd

Browse files
committed
Temporarily remove add dapp section
1 parent 9c427a9 commit d2d55cd

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

src/pages-conditional/dapps.tsx

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -314,29 +314,6 @@ const RightColumn = (props: ChildOnlyProp) => (
314314
<Box w="full" m={{ base: "auto 0", lg: 0 }} ml={{ lg: 8 }} {...props} />
315315
)
316316

317-
const AddDapp = (props: ChildOnlyProp) => (
318-
<Flex
319-
direction={{ base: "column", sm: "row" }}
320-
justify="space-between"
321-
align={{ base: "flex-start", sm: "center" }}
322-
borderRadius="base"
323-
border="1px solid"
324-
borderColor="border"
325-
p={6}
326-
mt={6}
327-
{...props}
328-
/>
329-
)
330-
331-
const AddDappButton = (props: ComponentPropsWithRef<typeof ButtonLink>) => (
332-
<ButtonLink
333-
variant="outline"
334-
mt={{ base: 8, sm: 0 }}
335-
ml={{ base: 0, md: 8 }}
336-
{...props}
337-
/>
338-
)
339-
340317
const StyledCallout = (props: ComponentPropsWithRef<typeof Callout>) => (
341318
<Callout flex="1 1 416px" minH="full" mt={{ base: 48, lg: 32 }} {...props} />
342319
)
@@ -1428,19 +1405,6 @@ const DappsPage = ({
14281405
)}
14291406
{/* General content for all categories */}
14301407
<Content>
1431-
<AddDapp>
1432-
<Box>
1433-
<StyledH2>
1434-
<Translation id="page-dapps-add-title" />
1435-
</StyledH2>
1436-
<Text mb={0} mr={4}>
1437-
<Translation id="listing-policy-disclaimer" />{" "}
1438-
</Text>
1439-
</Box>
1440-
<AddDappButton to="https://github.com/ethereum/ethereum-org-website/issues/new?assignees=&labels=Type%3A+Feature&template=suggest_dapp.yaml&title=">
1441-
<Translation id="page-dapps-add-button" />
1442-
</AddDappButton>
1443-
</AddDapp>
14441408
<CenterDivider />
14451409
{categories[selectedCategory].benefits && (
14461410
<Box mt={12}>

0 commit comments

Comments
 (0)