need to remove out the '.html' in the links /wild-rydes/src/components/footer.vue ``` <ul> <li><a href="/">Home</a></li> <li><a href="unicorns">Meet the Unicorns</a></li> <li><a href="investors">Investors & Board of Directors</a></li> <li><a href="faq">FAQ</a></li> <li><a href="apply">Apply</a></li> </ul> ```
need to remove out the '.html' in the links
/wild-rydes/src/components/footer.vue