wip(org): Work on new site
This commit is contained in:
parent
75a1ac866b
commit
6714ce7d52
8 changed files with 317 additions and 143 deletions
|
@ -3,7 +3,7 @@ import Link from 'next/link'
|
|||
const PageLink = ({ href, txt }) => (
|
||||
<Link href={href}>
|
||||
<a className={`
|
||||
text-lg font-bold text-secondary
|
||||
font-bold text-secondary
|
||||
hover:text-secondary-focus hover:underline`}
|
||||
title={txt}>{txt}</a>
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue