Fix Name Inconsistency in home-unite-us.md file
- Dominant language
- JavaScript
- Stars
- 363
- Forks
- 872
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 18
Description
### Prerequisites
1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our [Getting Started](https://www.hackforla.org/getting-started) page and attend an onboarding session.
2. You have already read our [How to Contribute to Hack for LA Guide](https://github.com/hackforla/website/blob/gh-pages/CONTRIBUTING.md).
### Overview
We need to update `Tools` information so that visitors to the website can find projects that use specific tools.
### Action Items
- [ ] In your IDE, open the `_projects/home-unite-us.md` file.
- [ ] Observe the existing syntax of the front matter block [^1] in the file.
- [ ] Find the `tools` variable and remove the following text:
```
Style Components
```
- [ ] Find the `technologies` variable. Add the following text at the bottom of the current list:
```
Styled Components
```
- Verify the changes by viewing the following in your local environment with Docker, and include 'after' screenshots with your pull request (see the before image below to understand what we are looking for in the after images):
- [ ] Projects page with filter [^2]
- [ ] Home Unite Us page [^3]
### Resources/Instructions
Before Screenshot from Projects page with filter: Style Components
Filter URL: https://www.hackforla.org/?tools=Style+Components
Before Screenshot from Home Unite Us page
- original issue: https://github.com/hackforla/website/issues/8495
[^1]: [Info about the front matter block](https://jekyllrb.com/docs/front-matter/)
[^2]: post completion search results should show Food Oasis when you use this filter https://localhost:4000/projects/?tools=Style+Components
[^3]: Project detailed info page URL: https://localhost:4000/projects/home-unite-us
Contributor guide
Assessment
This issue has not been assessed yet.