-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #860 from CodeForAfrica/ft/HURUMap-logo
HURUMap Logo
- Loading branch information
Showing
4 changed files
with
18 additions
and
27 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -32,9 +32,7 @@ import MercyKaragi from "@/climatemappedafrica/assets/images/Mercy-Karagi.png"; | |
import Piero from "@/climatemappedafrica/assets/images/Piero.png"; | ||
import screenshot1 from "@/climatemappedafrica/assets/images/Screenshot 2021-06-14 at [email protected]"; | ||
import Tricia from "@/climatemappedafrica/assets/images/Tricia-Govindasamy.png"; | ||
import desktopLogo from "@/climatemappedafrica/assets/logos/Component61.svg"; | ||
import drawerLogo from "@/climatemappedafrica/assets/logos/Group [email protected]"; | ||
import mobileLogo from "@/climatemappedafrica/assets/logos/Group [email protected]"; | ||
import logo from "@/climatemappedafrica/assets/logos/climateMapped.png"; | ||
import Metric1 from "@/climatemappedafrica/assets/[email protected]"; | ||
import Metric2 from "@/climatemappedafrica/assets/[email protected]"; | ||
|
||
|
@@ -173,27 +171,19 @@ export const navigationArgs = { | |
], | ||
}, | ||
desktopLogoProps: { | ||
width: 237, | ||
height: 55, | ||
width: 200, | ||
height: 80, | ||
alt: "desktop logo", | ||
href: "https://codeforafrica.org", | ||
src: desktopLogo, | ||
src: logo, | ||
}, | ||
|
||
mobileLogoProps: { | ||
width: 254, | ||
height: 40, | ||
width: 180, | ||
height: 70, | ||
alt: "mobile logo", | ||
href: "https://codeforafrica.org", | ||
src: mobileLogo, | ||
}, | ||
|
||
drawerLogoProps: { | ||
width: 254, | ||
height: 40, | ||
alt: "drawer logo", | ||
href: "https://codeforafrica.org", | ||
src: drawerLogo, | ||
src: logo, | ||
}, | ||
}; | ||
|
||
|