Skip to content

Commit 0a7d938

Browse files
fix: updated oral and craniofacial network key #4400 (#4402)
1 parent 692cca1 commit 0a7d938

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/components/Index/common/constants.ts

+3-2
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)