diff --git a/app/javascript/components/PageTitle.jsx b/app/javascript/components/PageTitle.jsx
index e8ab21c..ba617b7 100644
--- a/app/javascript/components/PageTitle.jsx
+++ b/app/javascript/components/PageTitle.jsx
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import NewLogo from 'components/icons/NewLogo';
import 'stylesheets/page-title';
-const PageTitle = ({ text, altText, children }) => {
+const PageTitle = ({ text, altText, children }) => {
return (
@@ -13,7 +13,6 @@ const PageTitle = ({ text, altText, children }) => {
{children}
-
);
};
diff --git a/app/javascript/components/pages/Home.jsx b/app/javascript/components/pages/Home.jsx
index 4684976..88bd7a5 100644
--- a/app/javascript/components/pages/Home.jsx
+++ b/app/javascript/components/pages/Home.jsx
@@ -46,7 +46,7 @@ const Home = () => {
},
{
- image: isMobile ? Fatuma : isTablet ? fifth : Euruko2022 ,
+ image: isMobile ? Fatuma : isTablet ? fifth : Euruko2022,
},
{
image: isMobile ? London2023 : isTablet ? kaigi : Berlin,
@@ -61,24 +61,26 @@ const Home = () => {
-
🚧 Website Redesign in Progress 🚧
-
You might spot old branding, broken links, or other inconsistencies. We're on it!
-
+ 🚧 Website Redesign in Progress 🚧
+
+ You might spot old branding, broken links, or other inconsistencies.
+ We're on it!
+
+