File tree 1 file changed +3
-2
lines changed
app/components/Index/common
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const NETWORK_KEYS = [
87
87
"Lung" ,
88
88
"Musculoskeletal" ,
89
89
"Nervous System" ,
90
- "Oral" ,
90
+ "Oral and Craniofacial " ,
91
91
"Organoid" ,
92
92
"Pancreas" ,
93
93
"Reproduction" ,
@@ -108,7 +108,8 @@ export const NETWORK_ICONS: { [key in NetworkKey]: string } = {
108
108
Lung : "/images/icons/hca-bio-networks/lung.png" ,
109
109
Musculoskeletal : "/images/icons/hca-bio-networks/musculoskeletal.png" ,
110
110
"Nervous System" : "/images/icons/hca-bio-networks/nervous-system.png" ,
111
- Oral : "/images/icons/hca-bio-networks/oral-and-craniofacial.png" ,
111
+ "Oral and Craniofacial" :
112
+ "/images/icons/hca-bio-networks/oral-and-craniofacial.png" ,
112
113
Organoid : "/images/icons/hca-bio-networks/organoid.png" ,
113
114
Pancreas : "/images/icons/hca-bio-networks/pancreas.png" ,
114
115
Reproduction : "/images/icons/hca-bio-networks/reproduction.png" ,
You can’t perform that action at this time.
0 commit comments