Shramkoweb/Portfolio

View on GitHub
components/mobile-menu/icons.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function MenuIcon has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function MenuIcon(props: IconProps) {
  const { dataHide } = props;
  return (
    <svg
      className="h-5 w-5 absolute text-gray-900 dark:text-gray-100"
Severity: Minor
Found in components/mobile-menu/icons.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status