Skip to content

Commit

Permalink
Merge pull request #74 from lucyjemutai/dev
Browse files Browse the repository at this point in the history
Listing of domains on landing page to continue as Grid
  • Loading branch information
lucyjemutai authored Feb 6, 2024
2 parents 49707cc + 8cd0428 commit a22c6b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
{ id: "medical-infrastructure", name: "Medical Infrastructure", icon: "devices", "metadata": { number_of_subdomains: 14, number_of_concepts: 410 } },
{ id: "supply-chain", name: "Supplies Chain Management", icon: "car", "metadata": { number_of_subdomains: 27, number_of_concepts: 615 } },
{ id: "diasability", name: "Functioning Disability", icon: "disability", "metadata": { number_of_subdomains: 29, number_of_concepts: 115 } },
{ id: "/", name: "View all domains", icon: "all", "metadata": { number_of_subdomains: 299, number_of_concepts: 815 } },
]);

const handleTabChange = (event, newValue) => {
Expand Down Expand Up @@ -206,22 +207,6 @@
</Box>
</Box>
))}
<Box
sx={{
display: "flex",
flexDirection: "row",
alignItems: "center",
justifyContent: "center",
}}
>
<Link
href="/orgs/MOH-KENYA/domains"
style={{ color: "#1651B6", textDecoration: "none" }}
>
{" "}
View all domains &hellip;{" "}
</Link>
</Box>
</Box>
</Box>
</TabPanel>
Expand Down
Binary file added public/assets/images/all.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 a22c6b8

Please sign in to comment.