Skip to content

Commit 48bb7ef

Browse files
authored
Merge pull request #10947 from ethereum/staging
Deploy v7.19.1
2 parents b3426c8 + 743e582 commit 48bb7ef

File tree

22 files changed

+635
-1321
lines changed

22 files changed

+635
-1321
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7762,7 +7762,8 @@
77627762
"avatar_url": "https://avatars.githubusercontent.com/u/9850322?v=4",
77637763
"profile": "http://setharielgreen.com",
77647764
"contributions": [
7765-
"doc"
7765+
"doc",
7766+
"content"
77667767
]
77677768
},
77687769
{
@@ -10393,6 +10394,16 @@
1039310394
"contributions": [
1039410395
"content"
1039510396
]
10397+
},
10398+
{
10399+
"login": "woseK",
10400+
"name": "woseK",
10401+
"avatar_url": "https://avatars.githubusercontent.com/u/110729731?v=4",
10402+
"profile": "https://github.com/woseK",
10403+
"contributions": [
10404+
"content",
10405+
"bug"
10406+
]
1039610407
}
1039710408
],
1039810409
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
12561256
<td align="center" valign="top" width="14.28%"><a href="http://graz.network"><img src="https://avatars.githubusercontent.com/u/102697012?v=4?s=100" width="100px;" alt="Graz Network"/><br /><sub><b>Graz Network</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=graz-network" title="Documentation">📖</a> <a href="#translation-graz-network" title="Translation">🌍</a></td>
12571257
<td align="center" valign="top" width="14.28%"><a href="https://www.youtube.com/c/Cryptoversidad"><img src="https://avatars.githubusercontent.com/u/107050863?v=4?s=100" width="100px;" alt="Cryptoversidad"/><br /><sub><b>Cryptoversidad</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=cryptoversidad" title="Documentation">📖</a></td>
12581258
<td align="center" valign="top" width="14.28%"><a href="https://disconnect3d.pl/"><img src="https://avatars.githubusercontent.com/u/10009354?v=4?s=100" width="100px;" alt="Disconnect3d"/><br /><sub><b>Disconnect3d</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=disconnect3d" title="Documentation">📖</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Adisconnect3d" title="Bug reports">🐛</a></td>
1259-
<td align="center" valign="top" width="14.28%"><a href="http://setharielgreen.com"><img src="https://avatars.githubusercontent.com/u/9850322?v=4?s=100" width="100px;" alt="Seth Ariel Green"/><br /><sub><b>Seth Ariel Green</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=setgree" title="Documentation">📖</a></td>
1259+
<td align="center" valign="top" width="14.28%"><a href="http://setharielgreen.com"><img src="https://avatars.githubusercontent.com/u/9850322?v=4?s=100" width="100px;" alt="Seth Ariel Green"/><br /><sub><b>Seth Ariel Green</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=setgree" title="Documentation">📖</a> <a href="#content-setgree" title="Content">🖋</a></td>
12601260
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/lcalixxto/"><img src="https://avatars.githubusercontent.com/u/98348072?v=4?s=100" width="100px;" alt="Luisa Calixto"/><br /><sub><b>Luisa Calixto</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=lcalixxto" title="Documentation">📖</a> <a href="#content-lcalixxto" title="Content">🖋</a></td>
12611261
</tr>
12621262
<tr>
@@ -1625,6 +1625,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
16251625
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TucksonDev"><img src="https://avatars.githubusercontent.com/u/105675159?v=4?s=100" width="100px;" alt="Tuckson"/><br /><sub><b>Tuckson</b></sub></a><br /><a href="#content-TucksonDev" title="Content">🖋</a></td>
16261626
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/_Akamig"><img src="https://avatars.githubusercontent.com/u/6278999?v=4?s=100" width="100px;" alt="Akamig"/><br /><sub><b>Akamig</b></sub></a><br /><a href="#content-Akamig" title="Content">🖋</a></td>
16271627
<td align="center" valign="top" width="14.28%"><a href="https://github.com/perriefidelis"><img src="https://avatars.githubusercontent.com/u/30669761?v=4?s=100" width="100px;" alt="Peace Ojemeh"/><br /><sub><b>Peace Ojemeh</b></sub></a><br /><a href="#content-perriefidelis" title="Content">🖋</a></td>
1628+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/woseK"><img src="https://avatars.githubusercontent.com/u/110729731?v=4?s=100" width="100px;" alt="woseK"/><br /><sub><b>woseK</b></sub></a><br /><a href="#content-woseK" title="Content">🖋</a> <a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3AwoseK" title="Bug reports">🐛</a></td>
16281629
</tr>
16291630
</tbody>
16301631
</table>

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": "7.19.0",
3+
"version": "7.19.1",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "[email protected]:ethereum/ethereum-org-website.git",

redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,5 +338,9 @@
338338
{
339339
"fromPath": "/*/staking/withdraws",
340340
"toPath": "/:splat/staking/withdrawals/"
341+
},
342+
{
343+
"fromPath": "/*/guides/how-to-register-an-ethereum-account",
344+
"toPath": "/:splat/guides/how-to-create-an-ethereum-account/"
341345
}
342346
]

src/components/Banners/TranslatathonBanner.tsx

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

src/components/Layout.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import TranslationBanner from "./TranslationBanner"
1010
import TranslationBannerLegal from "./TranslationBannerLegal"
1111
import FeedbackWidget from "./FeedbackWidget"
1212
import { SkipLink } from "./SkipLink"
13-
import TranslatathonBanner from "./Banners/TranslatathonBanner"
1413

1514
import { lightTheme as oldTheme } from "../theme"
1615

@@ -76,10 +75,6 @@ const Layout: React.FC<IProps> = ({
7675
!isTranslationBannerIgnored
7776

7877
const strippedPathname = path.replace(/^\/[a-z]{2,3}(-[a-z]{2})?\//, "/")
79-
const shouldShowTranslatathonBanner =
80-
strippedPathname === "/community/get-involved/" ||
81-
strippedPathname === "/" ||
82-
strippedPathname === "/contributing/translation-program/"
8378

8479
return (
8580
<ApolloProvider client={client}>
@@ -107,7 +102,6 @@ const Layout: React.FC<IProps> = ({
107102
>
108103
<Nav path={path} />
109104
{shouldShowSideNav && <SideNavMobile path={path} />}
110-
{shouldShowTranslatathonBanner && <TranslatathonBanner />}
111105
<Flex
112106
flexDirection={{ base: "column", lg: "row" }}
113107
id="main-content"

0 commit comments

Comments
 (0)