Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <43873157+kelvinkipruto@users.noreply.github.com>
  • Loading branch information
kelvinkipruto committed Oct 16, 2024
1 parent a3f7000 commit 74e4957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climatemappedafrica",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"author": "Code for Africa <tech@codeforafrica.org>",
"description": "Climate Mapped Africa ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from "react";

import RichData from "./RichData";

import Print from "@/climatemappedafrica/assets/icons/print.svg";
import PrintIcon from "@/climatemappedafrica/assets/icons/print.svg";
import TopIcon from "@/climatemappedafrica/assets/icons/top.svg";
import LocationHeader from "@/climatemappedafrica/components/HURUmap/LocationHeader";
import PinAndCompare from "@/climatemappedafrica/components/HURUmap/PinAndCompare";
Expand Down Expand Up @@ -52,7 +52,7 @@ function MobilePanel({ scrollToTopLabel, activeType, ...props }) {
<Section>
<LocationHeader
variant="primary"
icon={Print}
icon={PrintIcon}
title={geography.name}
{...geography}
/>
Expand Down

0 comments on commit 74e4957

Please sign in to comment.