Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9e18cf0

Browse files
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /