Merge branch 'navbar-font' into main
This commit is contained in:
commit
e3a088a0fc
@ -11,7 +11,7 @@ const getNavClasses = (isClient) =>
|
||||
const Nav = ({ isClient, internalLinks, className }) => (
|
||||
<nav
|
||||
className={classnames(
|
||||
"m-2 flex justify-center font-serif",
|
||||
"m-2 flex justify-center font-sans",
|
||||
isClient ? "text-vibrant-light" : "text-gray-200",
|
||||
className
|
||||
)}
|
||||
@ -68,7 +68,7 @@ const Nav = ({ isClient, internalLinks, className }) => (
|
||||
className={getNavClasses(isClient)}
|
||||
href="https://github.com/chuckdries"
|
||||
>
|
||||
Github
|
||||
GitHub
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user