- css refactoring to grid for emoji picker

- frontend build
This commit is contained in:
Peter Papp
2021-02-20 12:07:55 +01:00
parent 2a105877f3
commit 8ac5c8fd38
9 changed files with 107 additions and 156 deletions

View File

@@ -254,7 +254,7 @@ class AppFunctionsController extends Controller
*/
public function get_emojis_list()
{
$emojisList = json_decode(file_get_contents(public_path('assets/emojisList.json'), true));
$emojisList = json_decode(file_get_contents(public_path('assets/emojis.json'), true));
return collect([$emojisList]);
}