diff --git a/src/components/header.astro b/src/components/header.astro index ddfbb5e..b667ee6 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -34,13 +34,13 @@ const currentPath = Astro.url.pathname; Toggle Navigation + + + ( - - - - {title} - + + + {title} + - - - Total Submissions: {totalSubmissions.toLocaleString()} - - - Key Takeaways: - - - {takeaways.map((takeaway, index) => ( - - - - - {takeaway} - - ))} - - - - - Read full report - - - - - + + + Total Submissions: {totalSubmissions.toLocaleString()} + + + Key Takeaways: + + + {takeaways.map((takeaway, index) => ( + + + + + {takeaway} + + ))} + + + + + Read full report + + + + ); diff --git a/survey/2-learning-and-education.yml b/survey/2-learning-and-education.yml index 25bc0d8..b8c353d 100644 --- a/survey/2-learning-and-education.yml +++ b/survey/2-learning-and-education.yml @@ -29,7 +29,7 @@ questions: - English - Others - - label: Is English an obstacle to learning new technologies? + - label: Do you find English to be an obstacle to learning new technologies for you? required: true choices: - Yes