Skip to content

Commit

Permalink
update contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Jan 25, 2023
1 parent 54e696a commit 76b94d8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const Layout = ({ children, showEthDiamond }) => {
or{" "}
<a
className="underline"
href="mailto:henlo@ethberlin.ooo"
href="mailto:goerli@ethberlin.org"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Sidebar = ({ className, hideLogo }) => {
or{" "}
<a
className="underline"
href="mailto:henlo@ethberlin.ooo"
href="mailto:goerli@ethberlin.org"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/code-of-conduct.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const CoC = () => (
other concerns, you can always notify a project lead, event organizer,
or member of the core group. Anytime. We will do everything to help and
support you. If you can't find anyone in person, reach out via email:{" "}
<a href="mailto:escalate@ethberlin.ooo">escalate@ethberlin.ooo</a>
<a href="mailto:escalate@ethberlin.org">escalate@ethberlin.org</a>
</p>
</div>
</Layout>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ const Impressum = () => {
<ul>
<li>
send us an email:{" "}
<a href="mailto:henlo@ethberlin.ooo">henlo@ethberlin.ooo</a>{" "}
<a href="mailto:goerli@ethberlin.org">goerli@ethberlin.org</a>{" "}
</li>
<li>
sponsors contact:{" "}
<a href="mailto:sponsors@ethberlin.ooo">sponsors@ethberlin.ooo</a>{" "}
<a href="mailto:sponsors@ethberlin.org">sponsors@ethberlin.org</a>{" "}
</li>
<li>
press enquiries:{" "}
<a href="mailto:press@ethberlin.ooo">press@ethberlin.ooo</a>{" "}
<a href="mailto:press@ethberlin.org">press@ethberlin.org</a>{" "}
</li>
<li>
join our{" "}
Expand All @@ -47,7 +47,7 @@ const Impressum = () => {
</div>
<div className="mt-4">
Vertreten durch A. Schoedon, Telefon: +49 (0) 30 20613410, E-Mail:{" "}
<a href="mailto:schoedon@ethberlin.ooo">schoedon@ethberlin.ooo</a>
<a href="mailto:schoedon@ethberlin.org">schoedon@ethberlin.org</a>
</div>
<div className="mt-4">
Goerli Dezentral gGmbH is a non-profit organization serving
Expand Down
6 changes: 3 additions & 3 deletions src/pages/contribute.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Contribute = () => (
ETHBerlin³ is and has always been a non-profit event without any venture
capital or company backing. If you want to financially support the event
through sponsorships or donations, please message us at{" "}
<a href="mailto:sponsors@ethberlin.ooo" target="_blank">sponsors@ethberlin.ooo</a>.
<a href="mailto:sponsors@ethberlin.org" target="_blank">sponsors@ethberlin.org</a>.
</p>
<p>
The sponsorship deck is available{" "}
Expand All @@ -63,7 +63,7 @@ const Contribute = () => (
to be creative and create experiences that we can host during the event.
Do you have an idea? Propose it directly to our experiences team by
emailing them to{" "}
<a href="mailto:experiences@ethberlin.ooo" target="_blank">experiences@ethberlin.ooo</a>
<a href="mailto:experiences@ethberlin.org" target="_blank">experiences@ethberlin.org</a>
.
</p>
<p>
Expand All @@ -74,7 +74,7 @@ const Contribute = () => (
<a href="https://blockchainweek.berlin" target="_blank">Berlin Blockchain Week</a>, e.g.,
at the <a href="https://github.com/ChainAgnostic/Gatherings/tree/main/2022-09-15-BLN-blockchainweek.berlin" target="_blank">CASA gathering</a>,
DAppCon, DuneCon,
<a href="https://ethereum-magicians.org/t/eth-station-upcoming-event-in-berlin-call-for-action/10415" target="_blank">ETH Station (Ethereum Magicians)</a>
<a href="https://ethereum-magicians.org/t/eth-station-upcoming-event-in-berlin-call-for-action/10415" target="_blank">ETH Station (Ethereum Magicians)</a>
or the EVM Summit.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Home = () => {
or{" "}
<a
className="underline"
href="mailto:henlo@ethberlin.ooo"
href="mailto:goerli@ethberlin.org"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 76b94d8

Please sign in to comment.