diff --git a/src/components/link/Link.jsx b/src/components/link/Link.jsx index bf6e87ee0..aacc5e500 100644 --- a/src/components/link/Link.jsx +++ b/src/components/link/Link.jsx @@ -74,7 +74,7 @@ export default class Link extends React.Component { fill: "none", cursor: this.props.mouseCursor, strokeDasharray: this.props.strokeDasharray, - strokeDashoffset: this.props.strokeDasharray, + strokeDashoffset: this.props.strokeDashoffset, strokeLinecap: this.props.strokeLinecap, };