myems-web/src/components/landing/Banner.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Banner has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Banner = () => {
  const { isDark } = useContext(AppContext);
  return (
    <Section className="py-0 overflow-hidden" image={bg1} position="center bottom" overlay>
      <Row className="justify-content-center align-items-center pt-8 pt-lg-10 pb-lg-9 pb-xl-0">
Severity: Minor
Found in myems-web/src/components/landing/Banner.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status