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 }) => (
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user