diff --git a/src/components/Table/index.js b/src/components/Table/index.js index b79cf123..7d6fa76f 100644 --- a/src/components/Table/index.js +++ b/src/components/Table/index.js @@ -6,6 +6,7 @@ import { Row, Badge, NavLink, + Button, } from 'reactstrap'; import Toggle from 'react-toggle'; import ReactTooltip from 'react-tooltip'; @@ -132,6 +133,19 @@ const Table = () => { Hard: {difficultyCount.Hard}/{totalDifficultyCount.Hard} +
+ ); }, diff --git a/src/components/Table/styles.scss b/src/components/Table/styles.scss index 8004072c..a7e65541 100644 --- a/src/components/Table/styles.scss +++ b/src/components/Table/styles.scss @@ -40,8 +40,13 @@ .companies img { padding: 5px; } - + .react-toggle { top: 7px; } + + .reset-button { + margin-top: 10px; + font-size: 0.7rem; + } }