Skip to content

Commit bf2c616

Browse files
committed
add tittle to the nav link
1 parent 8ef3f4a commit bf2c616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NavigationAPI.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function NavLink({ href, tag, active, isAnchorLink = false, children, lin
8787
href={href ? href : "#"}
8888
data-nb-link={active ? 1 : 0}
8989
aria-current={active ? 'page' : undefined}
90+
title={children}
9091
className={clsx(
9192
'flex justify-between gap-2 py-1 pr-3 text-sm transition',
9293
isAnchorLink ? 'pl-7' : 'pl-4',

0 commit comments

Comments
 (0)