Skip to content

Commit

Permalink
Merge pull request #1435 from NYPL/DSD-1598/feedbackbox-link-underline
Browse files Browse the repository at this point in the history
DSD-1598: updated link patterns in FeedbackBox
  • Loading branch information
bigfishdesign13 authored Oct 5, 2023
2 parents 17b4772 + d7db2ab commit 342e403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Currently, this repo is in Prerelease. When it is released, this project will ad
- Temporarily renaming `FilterBar`, `MultiSelect`, `MultiSelectGroup`, `useMultiSelect`, and `useFilterBar` Storybook page files so they don't show up in the Storybook sidebar.
- Updates the `Slider` component to use appropriate `aria-label` values for the slider thumbs and text input fields.
- Updates `DatePicker` so that focus remains on input after value is changed.
- Updates the `FeedbackBox` component to remove the underline on the component's `Privacy Policy` link.

## 2.0.1 (September 28, 2023)

Expand Down
8 changes: 4 additions & 4 deletions src/components/FeedbackBox/FeedbackBox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import Link from "../Link/Link";

# FeedbackBox

| Component Version | DS Version |
| ----------------- | ---------- |
| Added | `1.3.0` |
| Latest | `2.0.0` |
| Component Version | DS Version |
| ----------------- | ------------ |
| Added | `1.3.0` |
| Latest | `Prerelease` |

## Table of Contents

Expand Down
1 change: 1 addition & 0 deletions src/components/FeedbackBox/FeedbackBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ export const FeedbackBox = chakra(
href="https://www.nypl.org/help/about-nypl/legal-notices/privacy-policy"
type="external"
fontSize="text.tag"
isUnderlined={false}
width="fit-content"
>
Privacy Policy
Expand Down

1 comment on commit 342e403

@vercel
Copy link

@vercel vercel bot commented on 342e403 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.