Skip to content

Commit

Permalink
Merge pull request #1640 from Skydodle/1639-replace-logo-in-about-page
Browse files Browse the repository at this point in the history
Replace CodeForAmerica logo w/ CTS logo
  • Loading branch information
Skydodle authored Dec 20, 2023
2 parents 1fcf8d1 + af0ed1d commit ee9fc4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added assets/civic_tech_structure_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/code_for_america_logo.png
Binary file not shown.
4 changes: 2 additions & 2 deletions components/main/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ContentBody from '@components/common/ContentBody';
// Images
import empowerLaLogo from '@assets/empower_la_logo.png';
import hackForLaLogo from '@assets/hack_for_la_logo.png';
import codeForAmericaLogo from '@assets/code_for_america_logo.png';
import civicTechStructureLogo from '@assets/civic_tech_structure_logo.png';
import mobileAppIcon from '@assets/mobile_app_icon.png';
import databaseIcon from '@assets/database_icon.png';
import publishIcon from '@assets/publish_icon.png';
Expand Down Expand Up @@ -87,7 +87,7 @@ function About() {
<img src={hackForLaLogo} width={97} alt="Hack for LA" />
</Grid>
<Grid item xs={12} md={4} align="right">
<img src={codeForAmericaLogo} width={202} alt="Code for America" />
<img src={civicTechStructureLogo} width={144} alt="Civic Tech Structure" />
</Grid>
</Grid>
<Box className={classes.marginTopLarge} align="center">
Expand Down

0 comments on commit ee9fc4c

Please sign in to comment.