Fix nav title size

This commit is contained in:
Paul W. 2025-05-31 22:27:33 -04:00
parent edd68ead0b
commit f75fec47df
Signed by: xyz
GPG Key ID: DF12EBB915A949ED

View File

@ -56,7 +56,7 @@ export default function Title() {
{title || 'PaulW.XYZ'}
</h1>
</div>
<div className={`${style.nav} h1`}>
<div className={style.nav}>
{
title
? <><Link href='/'>PaulW.XYZ</Link> / {pathElements}{title}</>