From 9903e2c269dfcdc1ad850f5c0e9628bade225b40 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 14 Mar 2019 01:26:45 +0530 Subject: [PATCH] commandpalette: align icon with text --- src/components/CommandPalette.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommandPalette.jsx b/src/components/CommandPalette.jsx index e981060..96d2c33 100644 --- a/src/components/CommandPalette.jsx +++ b/src/components/CommandPalette.jsx @@ -24,7 +24,7 @@ function Row({ item, onClick, isSelected }) { }`} onClick={onClick} > -
+
{item.path ? : null} {item.name} {item.path ? (