food-oasis
food-oasis copied to clipboard
Update twitter URLs
Overview
We would like all the URLs in our application to be up to date. In this issue, we ill search for all the "twitter.com" URLs and replace them with "x.com".
Action Items
- [ ] Search the codebase for twitter.com URL, make sure to check if the URL is generated dynamically somewhere using concatenation.
- [ ] Update the URL to x.com
- [ ] Test the links to make sure the link redirects correctly.
Resources/Instructions
- Sample - https://github.com/hackforla/food-oasis/blob/df35240ad3ac35929f2ba749fb91654b94d1820d/client/src/components/StaticPagesHI/Content/pageAbout.js#L160