Merge branch 'navbar-font' into main

This commit is contained in:
Chuck Dries 2022-07-12 10:52:03 -07:00
commit e3a088a0fc

View File

@ -11,7 +11,7 @@ const getNavClasses = (isClient) =>
const Nav = ({ isClient, internalLinks, className }) => ( const Nav = ({ isClient, internalLinks, className }) => (
<nav <nav
className={classnames( className={classnames(
"m-2 flex justify-center font-serif", "m-2 flex justify-center font-sans",
isClient ? "text-vibrant-light" : "text-gray-200", isClient ? "text-vibrant-light" : "text-gray-200",
className className
)} )}
@ -68,7 +68,7 @@ const Nav = ({ isClient, internalLinks, className }) => (
className={getNavClasses(isClient)} className={getNavClasses(isClient)}
href="https://github.com/chuckdries" href="https://github.com/chuckdries"
> >
Github GitHub
</a> </a>
</li> </li>
<li> <li>