File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ function Card({ repo }: Props) {
37
37
</ h2 >
38
38
</ div >
39
39
40
- < h6 className = "my-5 text-2023-manga-2 text-lg" > { emojify ( repo . description ) } </ h6 >
40
+ < h6 className = "my-5 text-2023-manga-2 text-lg" >
41
+ { emojify ( repo . description ) }
42
+ </ h6 >
41
43
42
44
< div className = "card-actions gap-y-3" >
43
45
{ repo . topics . map ( ( topic : string ) => (
@@ -86,7 +88,9 @@ function Card({ repo }: Props) {
86
88
>
87
89
< GoRepoForked className = "text-yellow-200 text-2xl" />
88
90
< div className = "flex flex-col" >
89
- < div className = "text-lg xl:text-2xl font-semibold mb-0.5" > { repo . forks } </ div >
91
+ < div className = "text-lg xl:text-2xl font-semibold mb-0.5" >
92
+ { repo . forks }
93
+ </ div >
90
94
< div className = "text-neutral-300 text-xs lg:text-sm" > Forks</ div >
91
95
</ div >
92
96
< div
You can’t perform that action at this time.
0 commit comments