Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Show full page title on truncated text
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Nov 22, 2021
1 parent 9ae1776 commit b05f1f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/theme/Header/HeaderNavigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const HeaderNavigation = ({ items, pageWidth }) => {
}`}
key={index}
to={item.url}
title={item.title}
>
{item.title}
</Link>
Expand Down

0 comments on commit b05f1f0

Please sign in to comment.