Skip to content

Commit e5b6a52

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 37cfca0 + 29e86e6 commit e5b6a52

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "6.4.0",
3+
"version": "6.4.2",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "git@github.com:ethereum/ethereum-org-website.git",

src/pages/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import SimpleTokenContent from "!!raw-loader!../data/SimpleToken.sol"
3131
import CreateWalletContent from "!!raw-loader!../data/CreateWallet.js"
3232
import SimpleDomainRegistryContent from "!!raw-loader!../data/SimpleDomainRegistry.sol"
3333
import { useConsoleEasterEgg } from "../hooks/useConsoleEasterEgg"
34-
import { useConfetti } from "../hooks/useConfetti"
3534

3635
const Hero = styled(GatsbyImage)`
3736
width: 100%;
@@ -426,7 +425,6 @@ const HomePage = ({
426425
}
427426

428427
useConsoleEasterEgg()
429-
useConfetti("confetti-easter-egg")
430428

431429
const cards = [
432430
{
@@ -571,7 +569,6 @@ const HomePage = ({
571569
alt={translateMessageId("page-index-hero-image-alt", intl)}
572570
loading="eager"
573571
/>
574-
<div id="confetti-easter-egg" />
575572
<Morpher />
576573
<Header>
577574
<H1>

0 commit comments

Comments
 (0)