nexxtway/react-rainbow

View on GitHub
library/styleguideComponents/RibbonRenderer/stackoverflowIcon.js

Summary

Maintainability
A
1 hr
Test Coverage

Function StackoverflowIcon has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function StackoverflowIcon(props) {
    const { className, style } = props;

    return (
        <svg className={className} style={style} width="89px" height="115px" viewBox="0 0 89 115">
Severity: Minor
Found in library/styleguideComponents/RibbonRenderer/stackoverflowIcon.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status