Skip to content

Commit bb9e14b

Browse files
authored
Merge pull request #14034 from ethereum/deprecate-BeaconChainActions
deprecate: BeaconChainActions component
2 parents 12fdc4a + 7e0ffd3 commit bb9e14b

File tree

5 files changed

+0
-105
lines changed

5 files changed

+0
-105
lines changed

public/content/translations/ca/roadmap/beacon-chain/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,3 @@ Les cadenes de fragments només poden entrar de forma segura a l'ecosistema Ethe
6262
</ButtonLink>
6363

6464
<Divider />
65-
66-
## Interactuar amb la cadena de balisa {#interact-with-beacon-chain}
67-
68-
<BeaconChainActions />

public/content/translations/nl/roadmap/beacon-chain/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,3 @@ Shardketens kunnen alleen op een veilige manier in het Ethereum-netwerk komen al
6262
</ButtonLink>
6363

6464
<Divider />
65-
66-
## Heb interactie met de Beacon Chain {#interact-with-beacon-chain}
67-
68-
<BeaconChainActions />

public/content/translations/sw/roadmap/beacon-chain/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,3 @@ Minyororo ya Vigae itakua salama kuingia katika ikolojia ya Ethereum pale tu uta
6262
</ButtonLink>
6363

6464
<Divider />
65-
66-
## Ingiliana na Mnyororo Kioleza {#interact-with-beacon-chain}
67-
68-
<BeaconChainActions />

src/components/BeaconChainActions.tsx

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

src/layouts/md/Upgrade.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useTranslation } from "next-i18next"
33
import type { ChildOnlyProp } from "@/lib/types"
44
import type { MdPageContent, UpgradeFrontmatter } from "@/lib/interfaces"
55

6-
import BeaconChainActions from "@/components/BeaconChainActions"
76
import type { List as ButtonDropdownList } from "@/components/ButtonDropdown"
87
import { ContentHero } from "@/components/Hero"
98
import MergeArticleList from "@/components/MergeArticleList"
@@ -20,7 +19,6 @@ export const upgradeComponents = {
2019
MergeArticleList,
2120
MergeInfographic,
2221
UpgradeStatus,
23-
BeaconChainActions,
2422
}
2523

2624
type UpgradeLayoutProps = ChildOnlyProp &

0 commit comments

Comments
 (0)