Shramkoweb/Portfolio

View on GitHub
components/dashboard-card/dashboard-card.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export function DashboardCard(props: DashboardCardProps) {
  const { header, link, metric } = props;

  return (
    <a className="flex max-w-72" target="_blank" rel="noopener" href={link} aria-label={header}>
Severity: Minor
Found in components/dashboard-card/dashboard-card.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status