diff --git a/src/components/DeveloperCard.jsx b/src/components/DeveloperCard.jsx new file mode 100644 index 0000000..a36a86b --- /dev/null +++ b/src/components/DeveloperCard.jsx @@ -0,0 +1,19 @@ +import { FaLinkedin, FaGithub } from 'react-icons/fa'; + +export function DeveloperCard({ name, githubLink, linkedinLink }) { + return ( +
+ ); +} diff --git a/src/components/ListItem.jsx b/src/components/ListItem.jsx index b834453..729d761 100644 --- a/src/components/ListItem.jsx +++ b/src/components/ListItem.jsx @@ -52,7 +52,7 @@ export function ListItem({ checked={isChecked} onChange={onCheck} disabled={isChecked} - className="form-checkbox h-4 w-4 lg:h-5 lg:w-5" + className="form-checkbox h-4 w-4 lg:h-5 lg:w-5 cursor-pointer" />We want to add following info here:
-+ Shop'n Go is a smart shopping list application that enables users + to level up their shopping experience. Create specialized lists, share + them with your friends, and keep track of your shopping with ease! +
++ Get in touch with us, we'd love to hear from you! +
+
+ You can find the repository to this application on GitHub{' '}
+
+
+ Special thanks to our Mentors{' '} + + Chiamaka Umeh + {' '} + and{' '} + + Viviana Yanez{' '} + + and{' '} + + The Collab Lab's + {' '} + Program. Check out their website to learn more about their awesome + work! +
+