Open Issues Need Help
View All on GitHubAI Summary: Change the color of the copyright text in the website's footer from gray to a specific hex color (#6D4C41) by modifying the className of the relevant <p> tag within the footer component in the `frontend/src/App.jsx` file.
AI Summary: Replace the existing SVG logo in the VoicePe website's header with a new PNG logo image. This involves adding the PNG to the `public` folder and updating the `Header` component in `App.jsx` to use the new image.
AI Summary: Add 'Welder' as a new job type option to the existing job type dropdown in the 'Post a Job' form on the VoicePe website. This involves modifying the `frontend/src/App.jsx` file by adding a new `<option>` element to the relevant `<select>` element.
AI Summary: Update the README.md file to replace placeholder usernames with the correct repository owner's username and verify that links to CONTRIBUTING.md and CODE_OF_CONDUCT.md are functional.