From 095fd31fef498cb75efa9f3c1a0c47be28e70609 Mon Sep 17 00:00:00 2001 From: Denis Thiessen Date: Thu, 6 Jun 2024 17:04:02 +0200 Subject: [PATCH] feat: You can go all the way. :) --- src/App.js | 2 +- src/components/InfoPageComponent.jsx | 2 +- src/components/ScrollableTab.jsx | 7 +++ src/pages/study_site_2/StartPage2.jsx | 3 +- src/pages/study_site_2/TourOperators.jsx | 2 +- src/pages/study_site_3/StartPage3.jsx | 45 +++++++++---------- .../tab_content/ProgrammeContact.jsx | 22 ++++++--- src/pages/study_site_5/StartPage5.jsx | 35 ++++++--------- .../tab_content/PropertyOutsideSpace.jsx | 15 +++++-- 9 files changed, 75 insertions(+), 58 deletions(-) diff --git a/src/App.js b/src/App.js index c83e49e..360b5c9 100644 --- a/src/App.js +++ b/src/App.js @@ -260,7 +260,7 @@ function App() { path="/tour_operators" element={ ...}> - + } /> diff --git a/src/components/InfoPageComponent.jsx b/src/components/InfoPageComponent.jsx index 3ad9af8..9fb0096 100644 --- a/src/components/InfoPageComponent.jsx +++ b/src/components/InfoPageComponent.jsx @@ -10,7 +10,7 @@ function InfoPageComponent({ children, redirectLoc }) { return (
{children} -
+