From bbfed3fbb1a707f5197266742e1f033866b52ab2 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 17 Nov 2020 14:57:08 -0500 Subject: [PATCH] remove special styling for first homepage category --- ui/page/home/view.jsx | 13 +------------ ui/scss/component/_claim-list.scss | 5 ----- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/ui/page/home/view.jsx b/ui/page/home/view.jsx index 1d181f585..756bf8c66 100644 --- a/ui/page/home/view.jsx +++ b/ui/page/home/view.jsx @@ -2,7 +2,6 @@ import * as ICONS from 'constants/icons'; import * as PAGES from 'constants/pages'; import { SITE_NAME, SIMPLE_SITE } from 'config'; -import classnames from 'classnames'; import React from 'react'; import Page from 'component/page'; import Button from 'component/button'; @@ -52,17 +51,7 @@ function HomePage(props: Props) { )} {rowData.map(({ title, route, link, icon, help, options = {} }, index) => (
- {index === 0 ? ( -
- - {title} - -
- ) : ( + {title && (