Objective: Fulfill the user stories below and get all the tests to pass to complete the lab.
User Stories:
-
You should export a Footer component.
-
Your Footer component should return a footer element that contains all the other elements.
-
Your footer element should have:
- At least three unordered lists, each with at least two list items.
- At least one paragraph element with a copyright
© symbol.
- At least three links with the
href value set to # and the link content set to an icon or text of your choice.