Skip to content

Commit

Permalink
Get rid of some biome-ignore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jun 12, 2024
1 parent 42efbfb commit 9eea8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-date-picker/src/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const iconProps = {
};

const CalendarIcon = (
// biome-ignore lint/a11y/noSvgWithoutTitle: Purely decorative icon
<svg
{...iconProps}
aria-hidden="true"
className={`${baseClassName}__calendar-button__icon ${baseClassName}__button__icon`}
>
<rect fill="none" height="15" width="15" x="2" y="2" />
Expand All @@ -43,9 +43,9 @@ const CalendarIcon = (
);

const ClearIcon = (
// biome-ignore lint/a11y/noSvgWithoutTitle: Purely decorative icon
<svg
{...iconProps}
aria-hidden="true"
className={`${baseClassName}__clear-button__icon ${baseClassName}__button__icon`}
>
<line x1="4" x2="15" y1="4" y2="15" />
Expand Down

0 comments on commit 9eea8e2

Please sign in to comment.