mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Fixed footer
This commit is contained in:
parent
97f8b7e8bb
commit
f7f6841e72
@ -21,7 +21,7 @@ export function Footer() {
|
|||||||
<OuterContainer>
|
<OuterContainer>
|
||||||
<div className="border-t border-zinc-100 pt-10 pb-16 dark:border-zinc-700/40">
|
<div className="border-t border-zinc-100 pt-10 pb-16 dark:border-zinc-700/40">
|
||||||
<InnerContainer>
|
<InnerContainer>
|
||||||
{/*<SpotifyPlayer/>*/}
|
<SpotifyPlayer/>
|
||||||
<div className="flex flex-col items-center justify-between gap-6 mt-12">
|
<div className="flex flex-col items-center justify-between gap-6 mt-12">
|
||||||
<div className="flex gap-6 text-sm font-medium text-zinc-800 dark:text-zinc-200">
|
<div className="flex gap-6 text-sm font-medium text-zinc-800 dark:text-zinc-200">
|
||||||
<NavLink href="/about">About</NavLink>
|
<NavLink href="/about">About</NavLink>
|
||||||
|
Loading…
Reference in New Issue
Block a user