Skip to content

Commit

Permalink
Alex's review
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 21, 2024
1 parent 0d0efbf commit 4982b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/modules/components/ComponentPageTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export default function ComponentPageTabs(props) {
key={linkTab.key}
href={linkTab.href}
aria-current={activeTab === linkTab.key ? 'page' : undefined}
className={linkTab.key.includes('api') ? 'skip-algolia-crawler' : ''} // Details: https://github.com/mui/material-ui/pull/37539
sx={{
color: activeTab === linkTab.key ? 'primary.main' : 'inherit',
}}
Expand Down

0 comments on commit 4982b27

Please sign in to comment.