Commit b1a7d3c76c9a0334ebf122d966eb7367a65760b7
1 parent
c9a440a1d1
Exists in
master
and in
1 other branch
Баг в форме-табов образования
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
resources/views/admin/education/form.blade.php
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 |