diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 23d61a6..ce50b8f 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -73,7 +73,7 @@ class UserController extends Controller { $get->perm_id = DB::table('usr_perm_id')->where('user_id', $id)->first(); $get->perm_module = DB::table('usr_perm_module')->where('usr_perm_id', $get->perm_id->usr_per_id)->first(); if (is_null($get->profile->avatar) || empty($get->profile->avatar) || $get->profile->avatar == '') { - $get->profile->avatar = 'http'.(isset($_SERVER['HTTPS']) ? 's' : '').'://'.$_SERVER['HTTP_HOST'].'/img/noicon.webp'; + $get->profile->avatar = 'http'.(isset($_SERVER['HTTPS']) ? 's' : '').'://'.$_SERVER['HTTP_HOST'].'/img/noicon.jpg'; } else $get->profile->avatar = '/'.$get->profile->avatar; @@ -122,7 +122,7 @@ class UserController extends Controller { } $get->perm = $valid; - if (empty($get->profile->avatar) || $get->profile->avatar == '') $get->profile->avatar = 'img/noicon.webp'; + if (empty($get->profile->avatar) || $get->profile->avatar == '') $get->profile->avatar = 'img/noicon.jpg'; $get->profile->avatar = '/'.$get->profile->avatar; return $get; diff --git a/public/img/kerokinsi.png b/public/img/kerokinsi.png new file mode 100644 index 0000000..624cf55 Binary files /dev/null and b/public/img/kerokinsi.png differ diff --git a/public/img/keromayokatta.png b/public/img/keromayokatta.png new file mode 100644 index 0000000..67bc243 Binary files /dev/null and b/public/img/keromayokatta.png differ diff --git a/public/img/noicon.jpg b/public/img/noicon.jpg new file mode 100644 index 0000000..b13ed2d Binary files /dev/null and b/public/img/noicon.jpg differ diff --git a/public/img/parler.png b/public/img/parler.png new file mode 100644 index 0000000..83fff97 Binary files /dev/null and b/public/img/parler.png differ diff --git a/resources/js/components/bash.vue b/resources/js/components/bash.vue index f80b960..e6bab31 100644 --- a/resources/js/components/bash.vue +++ b/resources/js/components/bash.vue @@ -1,6 +1,6 @@