Skip to content

Commit 9d032b7

Browse files
committed
because of better icon loading speed
1 parent cc09b84 commit 9d032b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/views/layouts/main.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
2929

3030
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
31-
<script src="https://kit.fontawesome.com/e46847d218.js" crossorigin="anonymous"></script>
31+
<link rel="stylesheet" href="https://kit.fontawesome.com/e46847d218.css" crossorigin="anonymous">
3232

3333
@stack('styles')
3434
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>

0 commit comments

Comments
 (0)