diff --git a/CHANGELOG.md b/CHANGELOG.md index 731eb54f..9435834a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Enable playwright tests GH action - Remove unused scss and img files - Remove duplicate eslint packages, update eslint config, and resolve linting errors +- Update survey banner to be more visible ## [0.18.8] diff --git a/src/components/SurveyBanner/SurveyBanner.tsx b/src/components/SurveyBanner/SurveyBanner.tsx index 0f82c89a..1478fcbb 100644 --- a/src/components/SurveyBanner/SurveyBanner.tsx +++ b/src/components/SurveyBanner/SurveyBanner.tsx @@ -5,18 +5,18 @@ import Link from "../Link/Link"; const SurveyBanner: React.FC = () => { return ( - - Do you use Digital Research Books at the Library? Help us learn - about your experiences by{" "} - - taking a short survey. - - + Tell us about your experience by taking a short survey. + + + Take the survey + + } + heading="Do you use Digital Research Books?" marginBottom="l" /> );