Closed mpross512 closed 2 years ago
Instead of having a home page with different language options, the language options should instead be located in a dropdown on the top right of the navbar
Look at this site https://bulma.io/documentation/components/navbar/ for info on adding a dropdown to our navbar. Our navbar component is located in the src/app/components folder
src/app/components
Added the drop down, all that's left is to route the languages and figure out a way to translate them.
Instead of having a home page with different language options, the language options should instead be located in a dropdown on the top right of the navbar
Look at this site https://bulma.io/documentation/components/navbar/ for info on adding a dropdown to our navbar. Our navbar component is located in the
src/app/components
folder