Skip to content

Commit

Permalink
[docs] Fix integration with MUI X (mui#30593)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and wladimirguerra committed Feb 2, 2022
1 parent e42a824 commit c0beb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/ComponentLinkHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function ComponentLinkHeader(props) {
size="small"
variant="outlined"
rel="nofollow"
href={`https://github.com/mui-org/material-ui/labels/${encodeURIComponent(
href={`${process.env.SOURCE_CODE_REPO}/labels/${encodeURIComponent(
headers.githubLabel,
)}`}
icon={<InfoOutlinedIcon />}
Expand Down

0 comments on commit c0beb10

Please sign in to comment.