We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc69df3 + 2c0e80a commit b646fadCopy full SHA for b646fad
1 file changed
src/components/EditButton.jsx
@@ -20,6 +20,7 @@ class EditDoc extends Component {
20
const classes = className ? `${className}` : '';
21
const { pathRoute } = this.state;
22
return (
23
+ pathRoute &&
24
<a className={classes} href={`https://github.com/testsigmahq/testsigma-tutorials/blob/dev/src/pages${pathRoute}.md`} target="_blank" rel="noopener noreferrer nofollow">
25
<i>
26
<svg className="button-icon--left" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
0 commit comments