File tree 2 files changed +6
-6
lines changed
resources/views/components
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<div class =" flex justify-center md:order-2" >
4
4
<x-a href =" https://twitter.com/bladeuikit" >
5
5
<span class =" sr-only" >Twitter</span >
6
- <x-entypo-twitter class =" h-6 w-6" />
6
+ <x-si-x class =" h-6 w-6" />
7
7
</x-a >
8
8
<x-a href =" https://github.com/blade-ui-kit/blade-ui-kit" class =" ml-6" >
9
9
<span class =" sr-only" >GitHub</span >
10
- <x-icon -github class =" h-6 w-6" />
10
+ <x-si -github class =" h-6 w-6" />
11
11
</x-a >
12
12
</div >
13
13
<div class =" mt-8 md:mt-0 md:order-1" >
Original file line number Diff line number Diff line change 28
28
href =" https://twitter.com/bladeuikit"
29
29
class =" ml-4 font-medium transition duration-150 ease-in-out"
30
30
>
31
- <x-entypo-twitter class =" h-6 w-6 inline" />
31
+ <x-si-x class =" h-6 w-6 inline" />
32
32
</x-a >
33
33
<x-a
34
34
href =" https://github.com/blade-ui-kit"
35
35
class =" ml-4 font-medium transition duration-150 ease-in-out"
36
36
>
37
- <x-icon -github class =" h-6 w-6 inline" />
37
+ <x-si -github class =" h-6 w-6 inline" />
38
38
</x-a >
39
39
</div >
40
40
</nav >
@@ -69,13 +69,13 @@ class="ml-4 font-medium transition duration-150 ease-in-out"
69
69
href =" https://twitter.com/bladeuikit"
70
70
class =" inline-block px-5 py-3 text-center font-medium bg-gray-50 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out"
71
71
>
72
- <x-entypo-twitter class =" h-6 w-6 inline" />
72
+ <x-si-x class =" h-6 w-6 inline" />
73
73
</x-a >
74
74
<x-a
75
75
href =" https://github.com/blade-ui-kit"
76
76
class =" inline-block px-5 py-3 text-center font-medium bg-gray-50 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out"
77
77
>
78
- <x-icon -github class =" h-6 w-6 inline" />
78
+ <x-si -github class =" h-6 w-6 inline" />
79
79
</x-a >
80
80
</div >
81
81
</div >
You can’t perform that action at this time.
0 commit comments