From 5cd8042819f2fb36993beb16ae69723627731490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Zen?= Date: Fri, 8 Jul 2016 11:19:43 -0300 Subject: [PATCH] remove icon for commands --- src/containers/FindBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/FindBar.js b/src/containers/FindBar.js index 18a8feac..b6c52c67 100644 --- a/src/containers/FindBar.js +++ b/src/containers/FindBar.js @@ -7,7 +7,7 @@ import { Icon } from '../components/UI'; import styles from './FindBar.css'; export const SEARCH = 'SEARCH'; -const PLACEHOLDER = 'Type to search or execute commands'; +const PLACEHOLDER = 'Search or enter a command'; class FindBar extends Component { constructor(props) { @@ -287,7 +287,7 @@ class FindBar extends Component { let children; if (!command.search) { children = ( - + ); } else { children = (