mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Au cas ou
This commit is contained in:
@@ -43,7 +43,11 @@ class AppServiceProvider extends ServiceProvider
|
||||
});
|
||||
|
||||
Blade::directive('loaderDot', function () {
|
||||
return '<div class="text-center"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></div>';
|
||||
return '<div class="text-center"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></div>';
|
||||
});
|
||||
|
||||
Blade::directive('loaderRipple', function () {
|
||||
return '<div class="lds-ripple"><div></div><div></div></div>';
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user