Skip to content

Commit

Permalink
add ScrollToTop to Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Jan 8, 2025
1 parent 17760ee commit f945441
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
Masthead,
Navbar,
Notification,
ScrollToTop,
SkipToContent,
UnsupportedBrowserBanner,
Wogaa,
Expand Down Expand Up @@ -48,6 +49,8 @@ export const Skeleton = ({

{!isStaging && <DatadogRum />}

<ScrollToTop />

<header>
<SkipToContent LinkComponent={LinkComponent} />

Expand Down

0 comments on commit f945441

Please sign in to comment.