Skip to content

Commit

Permalink
Dashboard refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
otienodominic committed Feb 26, 2024
1 parent 6313fae commit 313ac6d
Show file tree
Hide file tree
Showing 12 changed files with 225 additions and 400 deletions.
12 changes: 12 additions & 0 deletions components/Copyright.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { Typography, Link } from "@mui/material"
function Copyright(props) {
return(
<Typography variant='body2' color="text.secondary" align='center' {...props}>
{'Copyright © '}{' '}{new Date().getFullYear()}{'. '}
<Link color="inherit" href="https://www.health.go.ke/">
Ministry of Health
</Link>
</Typography>
)
}
export default Copyright
20 changes: 0 additions & 20 deletions components/Dashboard/Chart.js

This file was deleted.

52 changes: 0 additions & 52 deletions components/Dashboard/Concepts.js

This file was deleted.

38 changes: 0 additions & 38 deletions components/Dashboard/RecentConcepts.js

This file was deleted.

195 changes: 0 additions & 195 deletions components/Dashboard/index.js

This file was deleted.

Loading

0 comments on commit 313ac6d

Please sign in to comment.