Skip to content

Commit 9e18cf0

Browse files
committed
fix build
1 parent e747fda commit 9e18cf0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

src/components/Toggle.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function Toggle({ style }: { style?: CSSProperties }) {
1818
}
1919

2020
return (
21+
// eslint-disable-next-line jsx-a11y/label-has-associated-control
2122
<label htmlFor="toggle" className={styles.toggle} style={style}>
2223
<input
2324
id="toggle"

0 commit comments

Comments
 (0)