Pulled Section Four (header is "Join the Mission" from the welcome page and made it into its own component named JoinTheMission which lives in the src/app/components directory now
This component is then pulled into the Welcome and Join views
Fixes a bug related to z-index where the cookie banner was sliding in behind the JoinTheMission component on scroll.
Fixes a bug where JoinTheMission component where it did not render with the correct font when viewed on the /join route
Deletes some redundant styles that were used by the previous Join view component
Adds a single prop to the JoinTheMission component that will be utilized by google analytics to inform if user clicked a button on a desktop or mobile device
JoinTheMission
which lives in the src/app/components directory nowWelcome
andJoin
viewsz-index
where the cookie banner was sliding in behind theJoinTheMission
component on scroll.JoinTheMission
component where it did not render with the correct font when viewed on the/join
routeJoin
view componentJoinTheMission
component that will be utilized by google analytics to inform if user clicked a button on a desktop or mobile device