UI enhancements

This commit is contained in:
2022-04-30 09:56:18 -04:00
parent 19affa2f1f
commit 9747cd809d
9 changed files with 90 additions and 84 deletions

View File

@@ -27,9 +27,12 @@ function Title({ name, title, ancestors }: propsObj) {
return (
<>
<h1 className={style.container}>
{title || name}
</h1>
<div className={style.container}>
<h1 className={style.title}>
{title || name}
</h1>
</div>
<div className={`${style.nav} h1`}>
{name
? <><Link href='/'><a>PaulW.XYZ</a></Link> / {pathElements}{name}</>