File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const navLinks = [
30
30
<a
31
31
href = { link .href }
32
32
target = { link .target ? link .target : " _self" }
33
- class = " text-sm leading-6 text-gray-100 hover:text-white"
33
+ class = " flex items-center gap-1.5 text-sm leading-6 text-gray-100 hover:text-white"
34
34
>
35
35
{ link .icon && <Svg src = { link .icon } class = " inline-block w-3.5" />}
36
36
{ link .text }
Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ type GameLengthProps = {
11
11
const prettyLabels = {
12
12
"0-120" : "<2m" ,
13
13
"121-240" : "2-4m" ,
14
- "241-360" : "4-8m" ,
15
- "361-480" : "8-10m" ,
16
- "481-600" : "10-12m" ,
17
- "601-720" : "12-14m" ,
18
- "721-840" : "14-16m" ,
19
- "841-960" : "16-18m" ,
20
- "961-1080" : "18-20m" ,
21
- "1081-1200" : "20-22m" ,
14
+ "241-360" : "4-6m" ,
15
+ "361-480" : "6-8m" ,
16
+ "481-600" : "8-10m" ,
17
+ "601-720" : "10-12m" ,
18
+ "721-840" : "12-14m" ,
19
+ "841-960" : "14-16m" ,
20
+ "961-1080" : "16-18m" ,
21
+ "1081-1200" : "18-20m" ,
22
+ "1201-1320" : "20-22m" ,
22
23
"1320+" : "22m+" ,
23
24
} as const
24
25
You can’t perform that action at this time.
0 commit comments