swapped back icon in mobile header for list icon
This commit is contained in:
parent
7bec92b7bf
commit
4217aa75e0
2 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#header
|
||||
- if current_user
|
||||
.left
|
||||
= link_to(image_tag('icons/back_white.png'), '#menu', :id => "menu_button")
|
||||
= link_to(image_tag('icons/list_white.png'), '#menu', :id => "menu_button")
|
||||
|
||||
.right
|
||||
= link_to(image_tag('icons/search_white.png'), people_path)
|
||||
|
|
|
|||
BIN
public/images/icons/list_white.png
Normal file
BIN
public/images/icons/list_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 474 B |
Loading…
Reference in a new issue