Skip to content

Commit

Permalink
use rendered name for hamburger sidebar (#47431)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsese authored Dec 7, 2023
1 parent 92762de commit 88b2b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/components/page-header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export const Header = () => {
href={currentProduct.href}
className="d-block pl-1 mb-2 h3 color-fg-default no-underline"
>
{currentProduct.name}
{currentProduct.nameRendered}
</Link>
</div>
)}
Expand Down

0 comments on commit 88b2b88

Please sign in to comment.