Skip to content

Commit

Permalink
update survey banner to be more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiequach committed Dec 3, 2024
1 parent 7f825c0 commit ce800b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
16 changes: 8 additions & 8 deletions src/components/SurveyBanner/SurveyBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ import Link from "../Link/Link";
const SurveyBanner: React.FC = () => {
return (
<Banner
type="informative"
type="recommendation"
content={
<>
<Text noSpace>
Do you use Digital Research Books at the Library? Help us learn
about your experiences by{" "}
<Link to="https://www.surveymonkey.com/r/8B37XDL">
taking a short survey.
</Link>
</Text>
<Text>Tell us about your experience by taking a short survey.</Text>
<Link to="https://www.surveymonkey.com/r/8B37XDL">
<Text noSpace fontWeight={500}>
Take the survey
</Text>
</Link>
</>
}
heading="Do you use Digital Research Books?"
marginBottom="l"
/>
);
Expand Down

0 comments on commit ce800b9

Please sign in to comment.