Skip to content

Commit

Permalink
fix: use activeId in tabs readme (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelruderman authored Aug 11, 2023
1 parent ef8c469 commit 884ad87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Tabs/react/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ import { IconActionPlayVideo } from '@cypress-design/react-icon'

export default () => (
<Tabs
activeId='ov'
tabs={[
{ id: 'ov', label: 'Overview', active: true },
{ id: 'ov', label: 'Overview' },
{ id: 'cl', label: 'Command Log', icon: IconActionPlayVideo },
{ id: 'err', label: 'Errors', href: 'https://www.cypress.io' },
{ id: 'reco', label: 'Recommendations' },
Expand Down

1 comment on commit 884ad87

@vercel
Copy link

@vercel vercel bot commented on 884ad87 Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.