imaginerio/imaginerioNext

View on GitHub
components/Header/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function HeaderLinks has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const HeaderLinks = () => {
  const { locale, asPath } = useRouter();
  return (
    <>
      <Link
Severity: Minor
Found in components/Header/index.js - About 1 hr to fix

    Function Header has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const Header = () => {
      const { locale } = useRouter();
      return (
        <Container maxW="6xl">
          <Flex h="90px" alignItems="center">
    Severity: Minor
    Found in components/Header/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status