diff --git a/public/mix-manifest.json b/public/mix-manifest.json index e6ffb3cf..08668d37 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -46,7 +46,7 @@ "/chunks/app-others.js": "/chunks/app-others.js?id=0cc43e1d502eec99", "/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=d3ed0a81743ac3ba", "/chunks/app-adsense.js": "/chunks/app-adsense.js?id=4ee8de4ac0dae19e", - "/chunks/app-server.js": "/chunks/app-server.js?id=4959028c9adbedfa", + "/chunks/app-server.js": "/chunks/app-server.js?id=b07d804fe4dd8132", "/chunks/app-language.js": "/chunks/app-language.js?id=83a53ba4d233ae46", "/chunks/homepage.js": "/chunks/homepage.js?id=3a8a009996ff94d0", "/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=0585ee757e04fe8d", diff --git a/resources/js/views/Admin/AppSettings/AppSettingsTabs/Server.vue b/resources/js/views/Admin/AppSettings/AppSettingsTabs/Server.vue index 3f5919be..b8f8d958 100644 --- a/resources/js/views/Admin/AppSettings/AppSettingsTabs/Server.vue +++ b/resources/js/views/Admin/AppSettings/AppSettingsTabs/Server.vue @@ -40,7 +40,7 @@ v-if="logs.length" v-for="(log, i) in logs" :key="i" - class="md:flex md:space-y-0 space-y-3 items-center justify-between border-b border-dashed border-light py-3 dark:border-opacity-5" + class="flex md:space-y-0 space-y-3 items-center justify-between border-b border-dashed border-light py-3 dark:border-opacity-5" >