Skip to content

Commit

Permalink
Update packages/next/src/pages/_error.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
  • Loading branch information
li-jia-nan and imranbarbhuiya committed May 4, 2023
1 parent 7f8d9ac commit 6c763cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/pages/_error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function _getInitialProps({
return { statusCode }
}

const styles: Record<PropertyKey, React.CSSProperties> = {
const styles: Record<string, React.CSSProperties> = {
error: {
// https://github.com/sindresorhus/modern-normalize/blob/main/modern-normalize.css#L38-L52
fontFamily:
Expand Down

0 comments on commit 6c763cb

Please sign in to comment.