File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,27 @@ class="group relative z-30 flex items-center justify-center gap-2 bg-gradient-to
15
15
</style >
16
16
{{-- Text --}}
17
17
<div
18
- class =" bg-clip-text tracking-tight text-transparent"
19
- style ="
20
- background-image : linear-gradient (
21
- 90deg ,
22
- #8d 89b 5 0%,
23
- white 35%,
24
- #8d 89b 5 70%
25
- );
26
- background-size : 200% 100% ;
27
- animation : shine 2s linear infinite ;
28
- "
18
+ class =" transition duration-200 ease-in-out will-change-transform group-hover:-translate-x-1"
29
19
>
30
- Join our Mobile Early Access Program
20
+ <div
21
+ class =" bg-clip-text tracking-tight text-transparent"
22
+ style ="
23
+ background-image : linear-gradient (
24
+ 90deg ,
25
+ #8d 89b 5 0%,
26
+ white 35%,
27
+ #8d 89b 5 70%
28
+ );
29
+ background-size : 200% 100% ;
30
+ animation : shine 2s linear infinite ;
31
+ "
32
+ >
33
+ Join our Mobile Early Access Program
34
+ </div >
31
35
</div >
32
36
33
37
{{-- Arrow --}}
34
38
<x-icons .right-arrow
35
- class =" size-3 shrink-0 text-white transition duration-300 ease-in-out will-change-transform group-hover:translate-x-1"
39
+ class =" size-3 shrink-0 text-white transition duration-200 ease-in-out will-change-transform group-hover:translate-x-1"
36
40
/>
37
41
</a >
You can’t perform that action at this time.
0 commit comments