Migrate fontawesome->material in more views (#31360)
This commit is contained in:
parent
3be1b1eaae
commit
fa2e7b1708
25 changed files with 71 additions and 36 deletions
|
@ -10,7 +10,7 @@ describe SettingsHelper do
|
|||
it 'detects the device and returns a descriptive string' do
|
||||
result = helper.session_device_icon(session)
|
||||
|
||||
expect(result).to eq('mobile')
|
||||
expect(result).to eq('smartphone')
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -30,7 +30,7 @@ describe SettingsHelper do
|
|||
it 'detects the device and returns a descriptive string' do
|
||||
result = helper.session_device_icon(session)
|
||||
|
||||
expect(result).to eq('desktop')
|
||||
expect(result).to eq('desktop_mac')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue