Skip to content

Commit

Permalink
change(inpageNavigation): story improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Mar 30, 2023
1 parent 48e22ac commit ade63c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/InpageNavigation/InpageNavigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class InpageNavigation extends Component {
id="inpage-navigation"
onClick={this.onInpageNavigationClick}
className={this.state.removeClass}
title="Go to top"
>
<div className="mobile tablet only">
<Icon className="ri-arrow-up-s-line" />
Expand Down
1 change: 1 addition & 0 deletions src/ui/InpageNavigation/InpageNavigation.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function InpageNavigationExample() {
return (
<div id="anchor">
<Container>
<h3>Scroll to reveal Inpage Navigation</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mattis
arcu egestas ultrices mollis. In facilisis, velit vel varius
Expand Down

0 comments on commit ade63c6

Please sign in to comment.