maxpou/gatsby-starter-morning-dew

View on GitHub
src/components/Footer.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function Footer has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Footer = () => {
  const { authorName, websiteHost, footerLinks } = useSiteMetadata()

  const FooterItem = ({ item }) => {
    if (item.url.startsWith('/')) {
Severity: Major
Found in src/components/Footer.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status