updated feedback nav icon to outline icon

pull/139/head
Scott Anderson 2019-04-10 09:10:03 -06:00
parent 1364550809
commit 68b50f9650
2 changed files with 4 additions and 2 deletions

View File

@ -50,7 +50,9 @@
<span class="inline icon-ui-triangle middle"></span>
{{ else if eq $icon "cloud" }}
<span class="inline icon-ui-cloud large"></span>
{{ else if or (eq $icon "feedback") (eq $icon "chat") (eq $icon "bubble") }}
{{ else if eq $icon "feedback" }}
<span class="inline icon-ui-nav-chat large"></span>
{{ else if eq $icon "chat" }}
<span class="inline icon-ui-chat large"></span>
{{ else if eq $icon "add-label" }}
<span class="inline add-btn-round">&#59696;</span>

View File

@ -18,7 +18,7 @@
{{ .Scratch.Set "icon" "wrench-2" }}
{{ .Scratch.Set "title" "Settings" }}
{{ else if or (eq $navIcon "feedback") }}
{{ .Scratch.Set "icon" "chat" }}
{{ .Scratch.Set "icon" "nav-chat" }}
{{ .Scratch.Set "title" "Feedback" }}
{{ else if or (eq $navIcon "cloud") }}
{{ .Scratch.Set "icon" "cloud" }}