Skip to content

Commit

Permalink
Change text
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 28, 2023
1 parent 4cb2eee commit 70bf4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/common/doccomponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function DocComponent(props) {
<ul className="doc-tabmenu">
<li className={classNames({ 'doc-tabmenu-active': tab === 0 })}>
<button type="button" onClick={() => activateTab(0)}>
{props.header.startsWith('use') ? 'HOOK' : 'COMPONENT'}
{props.header.startsWith('use') ? 'HOOK' : 'FEATURES'}
</button>
</li>

Expand Down

0 comments on commit 70bf4ba

Please sign in to comment.