Skip to content

Commit

Permalink
build(root): updated dependencies
Browse files Browse the repository at this point in the history
Updated dependencies using audit fix
  • Loading branch information
jd239 committed Feb 29, 2024
1 parent 670073d commit 3aca06a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ const Header: React.FC<HeaderProps> = ({
sticky-desktop-only
>
<ic-typography slot="heading" variant="h2">
<h2 id="page-content" tabIndex={-1}>{heading}</h2>
<h2 id="page-content" tabIndex={-1}>
{heading}
</h2>
</ic-typography>
{adornment && (
<ic-status-tag
Expand Down
4 changes: 3 additions & 1 deletion src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ const Layout: React.FC<LayoutProps> = ({
/>
<main id="main" className="homepage-wrapper">
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}
<a id="main-content" tabIndex={-1}> </a>
<a id="main-content" tabIndex={-1}>
{" "}
</a>
{cloneElement(children, { location: location.pathname })}
<ic-back-to-top target="main" />
</main>
Expand Down

0 comments on commit 3aca06a

Please sign in to comment.