We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a13bf1f + 3ef1f3f commit b1ee547Copy full SHA for b1ee547
2 files changed
.version
@@ -1 +1 @@
1
-3.0.2
+3.0.3
app/Units/Core/Resources/Views/layout.blade.php
@@ -116,6 +116,7 @@
116
<script src="{{ elixir('js/app.js') }}"></script>
117
@include('core::_sentry')
118
@include('core::_analytics')
119
-@include('core::_crisp')
+{{-- disabling crisp for now --}}
120
+{{-- @include('core::_crisp') --}}
121
</body>
122
</html>
0 commit comments