Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)
* Migrate to newer version of Font Awesome * Add bot icon to bot avatars
This commit is contained in:
parent
8864009e8d
commit
4b794e134d
9 changed files with 66 additions and 10 deletions
|
@ -1,7 +1,8 @@
|
|||
import Rails from 'rails-ujs';
|
||||
|
||||
export function start() {
|
||||
require('font-awesome/css/font-awesome.css');
|
||||
require('@fortawesome/fontawesome-free/css/fontawesome.css');
|
||||
require('@fortawesome/fontawesome-free/css/solid.css');
|
||||
require.context('../images/', true);
|
||||
|
||||
Rails.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue