Skip to content

Commit

Permalink
uix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai committed Feb 9, 2024
1 parent 3a1286e commit d68cb9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export default function Footer() {
color: "#334",
fontSize: "1.1em",
}}
href={"/resources"}
href={"/about"}
>
Resources
About
</Link>
<Link
style={{
Expand All @@ -43,9 +43,9 @@ export default function Footer() {
color: "#334",
fontSize: "1.1em",
}}
href={"/about"}
href={"/resources"}
>
About
Resources
</Link>
<Link
style={{
Expand Down
6 changes: 3 additions & 3 deletions pages/api/domains/domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apiUrls": [
"/orgs/WHO/sources/ICD-11/"
],
"icon": "tabs",
"icon": "stethoscope",
"metadata": {
"subdomainQueryParam": "conceptClass=chapter",
"cascadeQueryParam": "$cascade/?cascadeLevels=1&view=hierarchy&reverse=true&includeRetired=false"
Expand All @@ -17,7 +17,7 @@
"apiUrls": [
"/orgs/MOH-KENYA/sources/PPB/"
],
"icon": "microscope2",
"icon": "xray",
"metadata": {
"subdomainQueryParam": "conceptClass=Subdomain",
"cascadeQueryParam": "$cascade/?view=hierarchy&reverse=true&includeRetired=false"
Expand All @@ -29,7 +29,7 @@
"apiUrls": [
"/orgs/MOH-KENYA/sources/NPHL/"
],
"icon": "xray",
"icon": "microscope2",
"metadata": {
"subdomainQueryParam": "conceptClass=Subdomain",
"cascadeQueryParam": "$cascade/?view=hierarchy&reverse=true&includeRetired=false"
Expand Down
Binary file added public/assets/images/stethoscope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d68cb9a

Please sign in to comment.