File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/components/Index/common Expand file tree Collapse file tree 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 = [
8787 "Lung" ,
8888 "Musculoskeletal" ,
8989 "Nervous System" ,
90- "Oral" ,
90+ "Oral and Craniofacial " ,
9191 "Organoid" ,
9292 "Pancreas" ,
9393 "Reproduction" ,
@@ -108,7 +108,8 @@ export const NETWORK_ICONS: { [key in NetworkKey]: string } = {
108108 Lung : "/images/icons/hca-bio-networks/lung.png" ,
109109 Musculoskeletal : "/images/icons/hca-bio-networks/musculoskeletal.png" ,
110110 "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" ,
112113 Organoid : "/images/icons/hca-bio-networks/organoid.png" ,
113114 Pancreas : "/images/icons/hca-bio-networks/pancreas.png" ,
114115 Reproduction : "/images/icons/hca-bio-networks/reproduction.png" ,
You can’t perform that action at this time.
0 commit comments