Skip to content

Commit 878bfcb

Browse files
committed
Update event title
1 parent d58a885 commit 878bfcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8-
<title>Berlin Python Pizza Night 🌃</title>
8+
<title>Berlin Python Pizza 🌃</title>
99
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2" />
1010
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2" />
1111
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2" />
@@ -47,4 +47,4 @@
4747
</script>
4848
</body>
4949

50-
</html>
50+
</html>

src/Components/Hero/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class Hero extends React.Component {
99
return (
1010
<div className="hero">
1111
<div className="hero--info">
12-
<h1>Python Pizza Night</h1>
12+
<h1>Python Pizza</h1>
1313
<h2>
1414
Berlin @ Wooga <br />
1515
<a href="https://goo.gl/maps/mkQP66yAnXGHdK9w6" target="_blank">

0 commit comments

Comments
 (0)