Skip to content

Commit

Permalink
♻️ rename import for skip content #1444
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 21, 2023
1 parent 8d623c5 commit c70223a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import useConsentState from '../lib/hooks/useConsentState'
import { loadSiteImproveScript, cleanUpSiteImproveScript } from '../pageComponents/SiteImprove'
import { enableDynatrace, disableDynatrace } from '../pageComponents/Dynatrace'
import { SWRConfig } from 'swr'
import { SkipNavLink as NewSkipNavLink, SkipNavContent } from '@chakra-ui/skip-nav'
import { SkipNavLink, SkipNavContent } from '@chakra-ui/skip-nav'
import styled from 'styled-components'

// import archivedStyles from '@equinor/energyvision-legacy-css'
Expand Down Expand Up @@ -65,7 +65,7 @@ const HandleBoundaryError = (error: Error, info: { componentStack: string }) =>
console.error('ErrorBoundary caught error: ', error, info)
}

const StyledSkipLink = styled(NewSkipNavLink)`
const StyledSkipLink = styled(SkipNavLink)`
&:focus {
background: white;
padding: var(--space-medium);
Expand Down

0 comments on commit c70223a

Please sign in to comment.