Shramkoweb/Portfolio

View on GitHub
components/header/header.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export function Header() {
  return (
    <header className="flex flex-col justify-center px-8" role="banner">
      <nav role="navigation" className="relative mx-auto flex w-full max-w-3xl items-center justify-between border-gray-200 bg-gray-50 bg-opacity-60 pt-8 pb-8 text-gray-900 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-100 sm:pb-16">
        <a href="#skip" className="skip-nav">
Severity: Minor
Found in components/header/header.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status