From de8f12d74faef5fa3f9e38d1340948cab2d06ea3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 1 Jul 2020 13:33:31 +0200 Subject: Manually generate IDs --- frontend/src/components/home/ScreenshotSection.js | 58 +++++++++++------------ 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'frontend/src/components/home/ScreenshotSection.js') diff --git a/frontend/src/components/home/ScreenshotSection.js b/frontend/src/components/home/ScreenshotSection.js index 42b8ac77..fdb55020 100644 --- a/frontend/src/components/home/ScreenshotSection.js +++ b/frontend/src/components/home/ScreenshotSection.js @@ -1,32 +1,32 @@ -import classNames from "classnames"; -import React from "react"; -import ContentSection from "./ContentSection"; -import "./ScreenshotSection.css"; +import classNames from 'classnames' +import React from 'react' +import ContentSection from './ContentSection' +import './ScreenshotSection.css' const ScreenshotSection = ({ - name, - title, - imageUrl, - caption, - imageIsRight, - children -}) => ( - -
-
- {children} -
-
- {caption} -
{caption}
-
-
-
-); + name, + title, + imageUrl, + caption, + imageIsRight, + children, + }) => ( + +
+
+ {children} +
+
+ {caption}/ +
{caption}
+
+
+
+) -export default ScreenshotSection; +export default ScreenshotSection -- cgit v1.2.3