Fix nav title size
This commit is contained in:
parent
edd68ead0b
commit
f75fec47df
@ -56,7 +56,7 @@ export default function Title() {
|
|||||||
{title || 'PaulW.XYZ'}
|
{title || 'PaulW.XYZ'}
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className={`${style.nav} h1`}>
|
<div className={style.nav}>
|
||||||
{
|
{
|
||||||
title
|
title
|
||||||
? <><Link href='/'>PaulW.XYZ</Link> / {pathElements}{title}</>
|
? <><Link href='/'>PaulW.XYZ</Link> / {pathElements}{title}</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user