Commit 5280c1e304efe869ff636ccebe37dd23b5b27e05

Authored by Андрей Ларионов
Exists in master

Merge branch 'master' of http://gitlab.nologostudio.ru/alarionov/rekamore-su

Showing 2 changed files Side-by-side Diff

resources/views/admin/education/form.blade.php
... ... @@ -282,7 +282,7 @@
282 282 }
283 283 }*/
284 284  
285   - tabsInput.value = '';
  285 + //tabsInput.value = '';
286 286 addDisabledBtnStatus(tabsSubmitBtn);
287 287  
288 288 });
resources/views/layout/authorize.blade.php
... ... @@ -10,7 +10,7 @@
10 10 href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
11 11 rel="stylesheet"
12 12 />
13   - <link rel="stylesheet" href="{{ asset('assets/css/tailwind.output.css') }}" />
  13 + <link rel="stylesheet" href="{{ asset('assets/css/tailwind.output_new.css') }}" />
14 14 <!--<script
15 15 src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js"
16 16 defer