diff --git a/website/src/components/link.js b/website/src/components/link.js index 7cf4435fc..edc330d12 100644 --- a/website/src/components/link.js +++ b/website/src/components/link.js @@ -28,7 +28,6 @@ export default function Link({ to, href, onClick, - activeClassName, hidden = false, hideIcon = false, ws = false, @@ -66,12 +65,7 @@ export default function Link({ } return ( - + {content} @@ -104,7 +98,6 @@ Link.propTypes = { to: PropTypes.string, href: PropTypes.string, onClick: PropTypes.func, - activeClassName: PropTypes.string, hidden: PropTypes.bool, hideIcon: PropTypes.bool, ws: PropTypes.bool,