Skip to content

Commit ababbaf

Browse files
committed
Removed chatbot by updating home, routes, and chatbot views
1 parent b3a540b commit ababbaf

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

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