Skip to content

Commit

Permalink
04 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkkonrad committed Jan 25, 2024
1 parent 4507aee commit b4aabf8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ETHBerlin04 Website
# ETHBerlin4 Website

Join the ETHBerlin Matrix space to contribute: [#ethberlin:dod.ngo](https://matrix.to/#/%23ethberlin:dod.ngo)

Expand Down
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
siteMetadata: {
title: "ETHBerlin04",
title: "ETHBerlin4",
siteUrl: `https://ethberlin.org`,
url: `https://ethberlin.org`,
description: "ETHBerlin04: Identity Crisis, May 24-26, 2024, Kreuzberg, Berlin",
description: "ETHBerlin4: Identity Crisis, May 24-26, 2024, Kreuzberg, Berlin",
twitterUsername: "@ETHBerlin",
image: `/card.png`,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ethberlin",
"version": "4.0.0",
"private": true,
"description": "ETHBerlin04 website",
"description": "ETHBerlin4 website",
"author": "kuzdogan",
"keywords": [
"gatsby"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Home = () => {
alt="Fake passport image"
/>
</div>
<p className="font-ocra my-0"> Event: ETHBerlin04</p>
<p className="font-ocra my-0"> Event: ETHBerlin4</p>
<p className="font-ocra my-0"> Theme: Identity Crisis</p>
<p className="font-ocra my-0"> Dates: May 24-26, 2024</p>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/manifesto.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Manifesto = () => {
</p>
<p>
And, just like last year, we encourage hackers, workshop hosts, and
supporters at ETHBerlin04 to focus on the following key attributes:
supporters at ETHBerlin4 to focus on the following key attributes:
</p>
<ul>
<li>
Expand Down

0 comments on commit b4aabf8

Please sign in to comment.