Skip to content

semester filter with all semester opition #189

semester filter with all semester opition

semester filter with all semester opition #189

GitHub Actions / ESLint succeeded Nov 13, 2023 in 0s

6 warnings

ESLint found 6 warnings

Annotations

Check warning on line 58 in src/pages/reset_password/[token].js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/reset_password/[token].js#L58

Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)

Check warning on line 173 in src/screens/Member/MemberProfile.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/screens/Member/MemberProfile.js#L173

Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)

Check warning on line 176 in src/screens/Member/MemberProfile.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/screens/Member/MemberProfile.js#L176

Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)

Check warning on line 209 in src/screens/Member/MemberProfile.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/screens/Member/MemberProfile.js#L209

Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)

Check warning on line 28 in src/screens/Member/SuccessBox/SuccessBox.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/screens/Member/SuccessBox/SuccessBox.js#L28

Do not use `<img>` element. Use `<Image />` from `next/image` instead. See: https://nextjs.org/docs/messages/no-img-element (@next/next/no-img-element)

Check warning on line 28 in src/screens/Member/SuccessBox/SuccessBox.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/screens/Member/SuccessBox/SuccessBox.js#L28

img elements must have an alt prop, either with meaningful text, or an empty string for decorative images (jsx-a11y/alt-text)