Skip to content

Commit 3b86567

Browse files
authored
Merge pull request #227 from ethereum/removeComponentsFromTsconfig
Update components list in tsconfig
2 parents fbe4098 + 767354f commit 3b86567

File tree

7 files changed

+4
-441
lines changed

7 files changed

+4
-441
lines changed

src/components/BaseStories/Heading.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const Heading: Story = {
8585
textAlign="end"
8686
size={obj.size}
8787
>
88-
{obj.size || "xl"}
88+
{obj.size as string|| "xl"}
8989
</HeadingComponent>
9090
<HeadingComponent flex="3" {...obj}>
9191
{args.children}

src/components/BaseStories/Text.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import {
1010
} from "@chakra-ui/react"
1111
import { Meta, StoryObj } from "@storybook/react"
1212

13-
import components from "../../@chakra-ui/gatsby-plugin/components"
13+
import components from "@/@chakra-ui/components"
14+
1415
import Translation from "../Translation"
1516

1617
type TextType = typeof Text

src/components/BugBountyPoints.tsx

Lines changed: 0 additions & 203 deletions
This file was deleted.

src/components/ImageCard.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/components/Layout.tsx

Lines changed: 0 additions & 127 deletions
This file was deleted.

src/pages/bug-bounty.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ const BugBountiesPage = () => {
695695
<Translation id="page-bug-bounty:page-upgrades-bug-bounty-quality-fix" />
696696
</Text>
697697
</SubmitInstructions>
698-
{/* TODO: Re-add Points Exchange (BugBountyPoints Component) */}
699698
</Row>
700699
</Content>
701700
<BugBountyCards />

0 commit comments

Comments
 (0)