Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CodeForAmerica logo w/ CTS logo #1640

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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