We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe0a0e commit 38bd70dCopy full SHA for 38bd70d
src/link.tsx
@@ -18,6 +18,6 @@ export default class Link extends React.Component<Props, State> {
18
e.preventDefault();
19
};
20
render() {
21
- return <a href={this.props.to} onClick={this.navigate}>{this.props.children}</a>;
+ return <a href={this.props.to} onClick={this.navigate} className={this.props.className}>{this.props.children}</a>;
22
}
23
-}
+}
0 commit comments