Skip to content

Commit b46f57f

Browse files
committed
Updated home, routes, and chatbot views
1 parent 9c85d6f commit b46f57f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
<!--
1+
22
<link href="https://chatbot-ui.cnect.eu/css/app.css" rel="stylesheet">
3-
<script src="https://chatbot-ui.cnect.eu/js/app.js"></script> -->
3+
4+
<script src="https://chatbot-ui.cnect.eu/js/app.js"></script>

resources/views/static/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
@endsection
7070

7171
@push('scripts')
72-
{{-- @include('static.chatbot') --}}
72+
@include('static.chatbot')
7373
@include('static.countdown')
7474
@endpush

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
}
569569
);
570570

571-
//Route::view('/chatbot', 'static.chatbot')->name('chatbot');
571+
Route::view('/chatbot', 'static.chatbot')->name('chatbot');
572572
Route::view('/teach-day', 'teach-day')->name('teach-day');
573573

574574
Route::get('/community', [CommunityController::class, 'index'])->name('community');

0 commit comments

Comments
 (0)