mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Fixed incorrect glyphs for users/locations
This commit is contained in:
parent
e9fdf06bf6
commit
fd4a8edae9
|
@ -40,7 +40,7 @@ class LocationPresenter extends Presenter
|
||||||
|
|
||||||
public function glyph()
|
public function glyph()
|
||||||
{
|
{
|
||||||
return '<i class="fa fa-globe"></i>';
|
return '<i class="fa fa-map-marker"></i>';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function fullName() {
|
public function fullName() {
|
||||||
|
|
|
@ -352,6 +352,6 @@ class UserPresenter extends Presenter
|
||||||
|
|
||||||
public function glyph()
|
public function glyph()
|
||||||
{
|
{
|
||||||
return '<i class="fa fa-users"></i>';
|
return '<i class="fa fa-user"></i>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue