Skip to content

Commit

Permalink
Bump version: 0.4.18 → 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Mar 28, 2024
1 parent 79b0afe commit 9b178da
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contrib/dokku/Dockerfile
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensors.africa",
"description": "sensors.AFRICA",
"version": "0.4.18",
"version": "0.4.19",
"private": true,
"main": "index.js",
"homepage": "https://sensors.africa/",
Expand Down
17 changes: 13 additions & 4 deletions src/components/About/Staff.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2742,9 +2742,9 @@ camelcase@^6.2.0:
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001517:
version "1.0.30001528"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001528.tgz#479972fc705b996f1114336c0032418a215fd0aa"
integrity sha512-0Db4yyjR9QMNlsxh+kKWzQtkyflkG/snYheSzkjmvdEtEXB1+jt7A2HmSEiO6XIJPIbo92lHNGNySvE5pZcs5Q==
version "1.0.30001600"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz"
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==

chalk@^2.4.2:
version "2.4.2"
Expand Down

0 comments on commit 9b178da

Please sign in to comment.