File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
resources/components/Marketing
storage/framework/core/ui/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ async function submitEmail() {
61
61
<div class =" mt-24 sm:mt-32 lg:mt-16" >
62
62
<a href =" #" class =" inline-flex space-x-6" >
63
63
<span class =" rounded-full bg-blue-600/10 px-3 py-1 text-sm font-semibold leading-6 text-blue-600 ring-1 ring-inset ring-blue-600/10" >Coming soon</span >
64
- <span class =" inline-flex items-center space-x-2 text-sm font-medium leading-6 text-gray-600" >
65
- <!-- < span>Just shipped v1.0</span> -- >
64
+ <!-- < span class="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-gray-600">
65
+ <span>Just shipped v1.0</span>
66
66
<div class="i-heroicons-chevron-right"></div>
67
- </span >
67
+ </span> -->
68
68
</a >
69
69
</div >
70
70
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default defineConfig({
34
34
prefix : 'i-' ,
35
35
warn : true ,
36
36
collections : {
37
- heroicons : ( ) => import ( '@iconify-json/heroicons-solid /icons.json' ) . then ( ( i ) => i . default as any ) ,
37
+ heroicons : ( ) => import ( '@iconify-json/heroicons/icons.json' ) . then ( ( i ) => i . default as any ) ,
38
38
} ,
39
39
extraProperties : {
40
40
display : 'inline-block' ,
You can’t perform that action at this time.
0 commit comments