Skip to content

Commit

Permalink
docs: changed the link to point to tsx components (#5309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaylaud committed Jul 20, 2020
1 parent 1ecae0b commit bbed665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/LinkToSource.js
Expand Up @@ -14,7 +14,7 @@ const Link = styled('a')`

export default (props) => {
const { component } = props;
const linkToComponentOnGitHub = `//github.com/react-bootstrap/react-bootstrap/tree/v${version}/src/${component}.js`;
const linkToComponentOnGitHub = `//github.com/react-bootstrap/react-bootstrap/tree/v${version}/src/${component}.tsx`;

return (
<OverlayTrigger
Expand Down

0 comments on commit bbed665

Please sign in to comment.