Commit e1ad3a3 1 parent dd74c6b commit e1ad3a3 Copy full SHA for e1ad3a3
File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ /// <reference types="astro/client" />
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"@astrojs/check" : " 0.9.3" ,
15
15
"@astrojs/tailwind" : " 5.1.0" ,
16
- "@midudev/tailwind-animations" : " 0.0.7 " ,
17
- "astro" : " 4.14.6 " ,
16
+ "@midudev/tailwind-animations" : " 0.1.0 " ,
17
+ "astro" : " 4.15.2 " ,
18
18
"tailwindcss" : " 3.4.10" ,
19
19
"typescript" : " 5.5.4"
20
20
}
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ const starCounter = data.stargazers_count
37
37
class =" overflow-hidden flex flex-col h-8 items-center rounded-md bg-gray-100 px-4 font-medium text-xs justify-center group-hover:bg-yellow-200 transition w-36 relative"
38
38
>
39
39
<span class =" absolute group-hover:animate-fade-out-up"
40
- >{ ` ${starCounter } estrellas en GitHub ` } </span
40
+ >{ ` ${starCounter } ⭐️ en GitHub ` } </span
41
41
>
42
42
<span
43
43
class =" absolute opacity-0 -translate-y-5 group-hover:animate-fade-in-up"
44
- >¡Dale una estrella!</span
44
+ >¡Deja tu estrella!</span
45
45
>
46
46
</div >
47
47
</div >
Original file line number Diff line number Diff line change
1
+ /// <reference path="../.astro/types.d.ts" />
1
2
/// <reference types="astro/client" />
You can’t perform that action at this time.
0 commit comments