Skip to content

Commit

Permalink
Bump version: 0.4.14 → 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Sep 6, 2023
1 parent 9d691b1 commit f2aa870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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.14
FROM codeforafrica/sensors-africa-ui:0.4.15
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.14",
"version": "0.4.15",
"private": true,
"main": "index.js",
"homepage": "https://sensors.africa/",
Expand Down
8 changes: 2 additions & 6 deletions src/components/About/Staff.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
import { makeStyles } from "@material-ui/core/styles";
import React from "react";

import alicia from "@/sensorsafrica/assets/images/team/Alicia.jpg";
import augustine from "@/sensorsafrica/assets/images/team/augustine.jpg";
import Alicia from "@/sensorsafrica/assets/images/team/Alicia.jpg";
import gideon from "@/sensorsafrica/assets/images/team/gideon.jpeg";
import kirah from "@/sensorsafrica/assets/images/team/kirah.jpeg";
import usman from "@/sensorsafrica/assets/images/team/usman.jpeg";
Expand Down Expand Up @@ -89,11 +89,7 @@ function Staff(props) {
<Grid item xs={12} className={classes.staffRoot}>
<Card className={classes.card}>
<CardActionArea>
<Figure
src={Alicia}
alt="Alicia"
className={classes.cardMedia}
/>
<Figure src={alicia} alt="Alicia" className={classes.cardMedia} />
<CardContent>
<Typography variant="h6" className={classes.h6}>
ALICIA OLAGO
Expand Down

1 comment on commit f2aa870

@vercel
Copy link

@vercel vercel bot commented on f2aa870 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.