From 2a302c361391200e32591080d497b2cb693748ee Mon Sep 17 00:00:00 2001 From: manisha Date: Jul 28 2021 07:12:10 +0000 Subject: remove mixture of reactstrap and bootstrap classes --- diff --git a/src/landingpage/Events.js b/src/landingpage/Events.js index 0c5d3c1..4b3f87e 100644 --- a/src/landingpage/Events.js +++ b/src/landingpage/Events.js @@ -31,7 +31,9 @@ const Events = (props) => { Meetings and testdays in the next 7 days{" "} -
{meetings}
+ + {meetings} + ) diff --git a/src/landingpage/LandingPage.js b/src/landingpage/LandingPage.js index f95ebed..403196d 100644 --- a/src/landingpage/LandingPage.js +++ b/src/landingpage/LandingPage.js @@ -87,9 +87,9 @@ const LandingPage = () => { components = components.map((row) => ( {row.map((item) => ( -
+ {available_components_mapper[item]} -
+ ))}
)) @@ -101,16 +101,16 @@ const LandingPage = () => {
-
+ -
+
{components} -
+ @@ -146,22 +146,22 @@ const LandingPage = () => { -
+
-
+

Have some spare time? Click on below button to contibute

-
-
+ + Explore -
+
diff --git a/src/landingpage/common/BugStats.js b/src/landingpage/common/BugStats.js index 015de59..e50db60 100644 --- a/src/landingpage/common/BugStats.js +++ b/src/landingpage/common/BugStats.js @@ -1,11 +1,11 @@ import React from "react" -import { Table } from "reactstrap" +import { Table, Col } from "reactstrap" const BugStats = (props) => { const { milestone, stats } = props return ( -
+ @@ -37,7 +37,7 @@ const BugStats = (props) => { )}
-
+ ) } diff --git a/src/wizard/components.js b/src/wizard/components.js index 7e91f72..796886c 100644 --- a/src/wizard/components.js +++ b/src/wizard/components.js @@ -9,6 +9,7 @@ import { ModalBody, ModalFooter, Button, + Col, } from "reactstrap" import uniqueID from "../helpers/uniqueID" @@ -19,10 +20,10 @@ const CollapsableCard = (props) => { -
{title}
-
+ {title} + -
+