diff --git a/src/pages/study_site_1/StartPage1.jsx b/src/pages/study_site_1/StartPage1.jsx index 5f0b2d4..7d34b52 100644 --- a/src/pages/study_site_1/StartPage1.jsx +++ b/src/pages/study_site_1/StartPage1.jsx @@ -16,6 +16,16 @@ function StartPage1({ redirectLoc }) { // TODO THINK IF I WANT TO JUST USE AN OVERLAY FOR OTHER DUMMY LINKS, WHICH ARENT CORRECT??? // IS THAT OKAY??? + const redirectPageStr = "./redirectPage/"; + const bannerTranslationKey = "/task_1_info"; + + const passengerRightsLink = + redirectPageStr + + encodeURIComponent( + "https://europa.eu/youreurope/citizens/travel/passenger-rights/air/index_en.htm" + ) + + bannerTranslationKey; + return ( @@ -62,10 +72,8 @@ function StartPage1({ redirectLoc }) { Since BudgetBird Airlines offers no flights outside the European Union the{" "} - - European Air Passenger Rights - {" "} - will apply. + European Air Passenger Rights will + apply.