diff --git a/src/routes/Home.module.scss b/src/routes/Home.module.scss index 1b56304..9e3082a 100644 --- a/src/routes/Home.module.scss +++ b/src/routes/Home.module.scss @@ -8,21 +8,3 @@ margin-bottom: $spacer * 4; } } - -.published { - margin-top: $spacer * 3; - margin-bottom: $spacer; - - > div { - text-align: center; - margin-top: $spacer; - margin-bottom: $spacer; - } -} - -.subTitle { - font-size: $font-size-h4; - color: $brand-grey-light; - border-bottom: 1px solid $brand-grey-lighter; - padding-bottom: $spacer / 2; -} diff --git a/src/routes/Home.tsx b/src/routes/Home.tsx index cad4448..7c7dc68 100644 --- a/src/routes/Home.tsx +++ b/src/routes/Home.tsx @@ -41,15 +41,6 @@ class Home extends Component { } /> - -
-

Your Data Sets

- -
-

None yet.

- + Publish A Data Set -
-
) }