1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00

Update layout.blade.php

This commit is contained in:
Samuel Štancl 2021-12-14 16:05:07 +01:00 committed by GitHub
parent dc90af54b3
commit 7c6c8caf6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,8 @@ $title = $title
<style> <style>
[x-cloak] { display: none !important; } [x-cloak] { display: none !important; }
</style> </style>
<script async src="https://hive.laravel-code.tips/sb.js"></script>
</head> </head>
<body class="flex flex-col min-h-screen font-sans antialiased text-gray-800"> <body class="flex flex-col min-h-screen font-sans antialiased text-gray-800">