Skip to content

Commit

Permalink
fix uncaught error failing e2es (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnCO authored Apr 26, 2024
1 parent e9b144c commit 1e2bd4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/partials/header/GovUKHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const GovUKHeader = ({ isSuperAdmin }) => {
const { adminUrl } = useAppContext();
return (
<header className="govuk-header " role="banner" data-module="govuk-header">
<Link href="#main-content">
<Link href="#main-content" legacyBehavior>
<a
className="govuk-skip-link"
data-module="govuk-skip-link"
Expand Down

0 comments on commit 1e2bd4c

Please sign in to comment.