From 6d54401e53dcc3401dcdc1a8f07c1c03060e7374 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 5 Sep 2014 08:31:21 -0700 Subject: [PATCH] manual search icon is user, instead of male --- src/UI/Content/icons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Content/icons.less b/src/UI/Content/icons.less index cd0be768b..575315487 100644 --- a/src/UI/Content/icons.less +++ b/src/UI/Content/icons.less @@ -193,5 +193,5 @@ } .icon-nd-manual-search:before { - .icon(@male); + .icon(@user); }