nav tabs on admin dashboard
This commit is contained in:
6
node_modules/laravel-mix/src/components/Notifications.js
generated
vendored
6
node_modules/laravel-mix/src/components/Notifications.js
generated
vendored
@@ -11,7 +11,11 @@ class Notifications extends AutomaticComponent {
|
||||
return new WebpackNotifierPlugin({
|
||||
title: 'Laravel Mix',
|
||||
alwaysNotify: Config.notifications.onSuccess,
|
||||
hint: process.platform === 'linux' ? 'int:transient:1' : undefined,
|
||||
hint:
|
||||
process.platform === 'linux'
|
||||
? 'int:transient:1'
|
||||
: undefined,
|
||||
timeout: 2,
|
||||
contentImage: Mix.paths.root(
|
||||
'node_modules/laravel-mix/icons/laravel.png'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user