Shramkoweb/Portfolio

View on GitHub
components/share-button/facebook-share.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export function FacebookShare() {
  const handleClick = () => {
    window.open(
      `https://www.facebook.com/sharer/sharer.php?u=${window.location.href}&src=sdkpreparse`,
      'facebook-share-dialog',
Severity: Minor
Found in components/share-button/facebook-share.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status