Browse Source

Add comment for icon

spoorthyv 8 years ago
parent
commit
951ff328ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/default-theme/commandpalette.css

+ 1 - 1
src/default-theme/commandpalette.css

@@ -17,7 +17,7 @@
 
 .p-CommandPalette-wrapper::after {
     font-family: FontAwesome;
-    content: "\f002";
+    content: "\f002"; /* search */
     color: #2196F3;
 }