From 8a1e406f436400692b974a3e83e7fe3354534d6c Mon Sep 17 00:00:00 2001 From: = Date: Thu, 7 Mar 2019 12:49:19 -0800 Subject: [PATCH] Don't show actual results just the counts --- frontend-react/src/assets/dashboardStyle.js | 4 ++++ frontend-react/src/components/App.js | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend-react/src/assets/dashboardStyle.js b/frontend-react/src/assets/dashboardStyle.js index 2395c6c..37eeb5f 100644 --- a/frontend-react/src/assets/dashboardStyle.js +++ b/frontend-react/src/assets/dashboardStyle.js @@ -20,6 +20,10 @@ const appStyle = theme => ({ zIndex: "1", backgroundColor: "#272727", backgroundImage: "linear-gradient(180deg,#272727, #21525f)" + }, + itemsCountTitle: { + textAlign: 'center', + color: 'white' } }); diff --git a/frontend-react/src/components/App.js b/frontend-react/src/components/App.js index aece1e6..2ed62b7 100644 --- a/frontend-react/src/components/App.js +++ b/frontend-react/src/components/App.js @@ -84,9 +84,8 @@ class App extends React.Component { return (
-
- + {items.length &&

Pronađeno {items.length} nekretnina. Napravite notifikaciju i primite vise detalja na vas emailu adresu.

} {items.length ? : null}