+ if (this.props.boxTitle) {
+ return (
- {this.props.boxTitle}
+ {this.props.boxTitle}
+
+

+
+
+ {this.props.description}
+
-

-
- {this.props.description}
+ );
+ } else {
+ return (
+
+
{this.props.boxTitle}
+
+

+
+
+ {this.props.description}
+
-
- );
+ );
+ }
}
}
diff --git a/src/public/events.tsx b/src/public/events.tsx
index ccb2522..fea2ac7 100644
--- a/src/public/events.tsx
+++ b/src/public/events.tsx
@@ -23,21 +23,24 @@ class Main extends React.Component {
backgrounds={["/assets/img/backgrounds/fa21social.webp"]}
>
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+