File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
category,
22
22
description,
23
23
cover,
24
- capabilities ,
25
- frameworks ,
24
+ services ,
25
+ technologies ,
26
26
regions,
27
27
languages,
28
28
website,
87
87
<dl class =" divide-smooth sticky top-32 mt-10 flex flex-col gap-7 divide-y" >
88
88
<div class =" flex flex-col justify-between gap-7 pb-7" >
89
89
<dt class =" text-micro font-aeonik-fono tracking-loose uppercase" >
90
- Frameworks
90
+ Technologies
91
91
</dt >
92
92
<dd class =" flex flex-wrap gap-2" >
93
- {#each frameworks as framework }
93
+ {#each technologies as technology }
94
94
<div
95
95
class =" text-primary text-caption bg-smooth rounded-full px-3 py-1"
96
96
>
97
- {framework }
97
+ {technology }
98
98
</div >
99
99
{/each }
100
100
</dd >
101
101
</div >
102
102
103
103
<div class =" flex flex-col justify-between gap-7 pb-7" >
104
104
<dt class =" text-micro font-aeonik-fono tracking-loose uppercase" >
105
- Capabilities
105
+ Services
106
106
</dt >
107
107
<dd class =" flex flex-wrap gap-2" >
108
- {#each capabilities as capability }
108
+ {#each services as service }
109
109
<div
110
110
class =" text-primary text-caption bg-smooth rounded-full px-3 py-1"
111
111
>
112
- {capability }
112
+ {service }
113
113
</div >
114
114
{/each }
115
115
</dd >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export type Partner = {
12
12
cover : string ;
13
13
partnerLevel : 'Bronze' | 'Silver' | 'Gold' | 'Platinum' ;
14
14
category : string ;
15
- frameworks : Array < string > ;
15
+ technologies : Array < string > ;
16
16
website : string ;
17
17
href : string ;
18
18
email : string ;
@@ -21,7 +21,7 @@ export type Partner = {
21
21
avatar : string ;
22
22
href : string ;
23
23
} ;
24
- capabilities : Array < string > ;
24
+ services : Array < string > ;
25
25
regions : Array < string > ;
26
26
languages : Array < string > ;
27
27
} ;
You can’t perform that action at this time.
0 commit comments