-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM codeforafrica/sensors-africa-ui:0.4.18 | ||
FROM codeforafrica/sensors-africa-ui:0.4.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ import React from "react"; | |
import alicia from "@/sensorsafrica/assets/images/team/Alicia.jpg"; | ||
import augustine from "@/sensorsafrica/assets/images/team/augustine.jpg"; | ||
import gideon from "@/sensorsafrica/assets/images/team/gideon.jpg"; | ||
//import kirah from "@/sensorsafrica/assets/images/team/kirah.jpeg"; | ||
// import kirah from "@/sensorsafrica/assets/images/team/kirah.jpeg"; | ||
import usman from "@/sensorsafrica/assets/images/team/usman.jpeg"; | ||
import Figure from "@/sensorsafrica/components/Figure"; | ||
|
||
|
@@ -98,7 +98,10 @@ function Staff(props) { | |
[email protected] | ||
</Typography> | ||
<Typography variant="subtitle1"> | ||
<a className={classes.a} href="https://www.linkedin.com/in/aliciaolago/"> | ||
<a | ||
className={classes.a} | ||
href="https://www.linkedin.com/in/aliciaolago/" | ||
> | ||
@Alicia Olago | ||
</a> | ||
</Typography> | ||
|
@@ -162,7 +165,10 @@ function Staff(props) { | |
[email protected] | ||
</Typography> | ||
<Typography variant="subtitle1"> | ||
<a className={classes.a} href="https://www.linkedin.com/in/gideonmaina/"> | ||
<a | ||
className={classes.a} | ||
href="https://www.linkedin.com/in/gideonmaina/" | ||
> | ||
@Gideon Maina | ||
</a> | ||
</Typography> | ||
|
@@ -181,7 +187,10 @@ function Staff(props) { | |
[email protected] | ||
</Typography> | ||
<Typography variant="subtitle1"> | ||
<a className={classes.a} href="https://www.linkedin.com/in/usman-ahmed-343513187/"> | ||
<a | ||
className={classes.a} | ||
href="https://www.linkedin.com/in/usman-ahmed-343513187/" | ||
> | ||
@Usman Ahmed | ||
</a> | ||
</Typography> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters