Skip to content

Commit

Permalink
Merge pull request #246 from CivicActions/MAHOME-1139-remove-dept-of-…
Browse files Browse the repository at this point in the history
…ed-logo

MAHOME-1139: Remove Department of Education Logo
  • Loading branch information
grugnog authored Dec 18, 2023
2 parents c264f94 + 3567d6d commit 95b89a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Our home site is live at https://civicactions.com please check it out and bookma

## Getting Started
1. First follow the instructions in the [Git Workflow Doc](docs/GIT_WORKFLOW.md).
2. Make sure you are using a version of node that is at least 10.16 `$ node --version` — see [how to update node](https://phoenixnap.com/kb/update-node-js-version) if needed.
2. Make sure you are using a version of node that is at least 18.0.0 `$ node --version` — see [how to update node](https://phoenixnap.com/kb/update-node-js-version) if needed.
3. Run `yarn install`
4. Run `yarn develop`
4. Confirm that .env file exists with correct credentials from Owen. Then run `source .env`.
5. Run `npm run start`.

## Accessibility

Expand Down
4 changes: 2 additions & 2 deletions src/components/clients.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ const ClientsSection = () => {
<img
src={clientLogo13}
alt='Logo for the U.S. Federal Communications Commission'></img>
<img
{/*<img
src={clientLogo14}
alt='Logo for the U.S. Department of Education'></img>
alt='Logo for the U.S. Department of Education'></img>*/}
<img src={clientLogo15} alt='Logo for the Smithsonian'></img>
<img
src={clientLogo16}
Expand Down
Binary file modified src/files/images/client-logos/client-logo-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95b89a0

Please sign in to comment.