Skip to content

Commit

Permalink
linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Sep 27, 2023
1 parent 1e8ac28 commit f79aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/ui/sectionPopover/sectionPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SectionPopover = ({ links }: React.PropsWithoutRef<SectionPopoverProps>) =
<div className="hd-section-popover">
<Button className={cx("hd-section-popover__button", isOpen && "hd-section-popover__button--open")} onPress={togglePopover}>
On this page
<ChevronIcon className="hd-section-popover__button-icon"/>
<ChevronIcon className="hd-section-popover__button-icon" />
</Button>
<div className={cx("hd-section-popover__popover", isOpen && "hd-section-popover__popover--open")}>
<a className="hd-section-popover__top-section" href="#top" onClick={togglePopover}>Return to top</a>
Expand Down

0 comments on commit f79aec5

Please sign in to comment.