Skip to content

Commit 9339cfc

Browse files
committed
fix: remove spotify now playing temporarily
1 parent 5ea309a commit 9339cfc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/layout/layout-footer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ import { FOOTER_GROUPS } from '@/constants/navigation'
77

88
import { GithubStarButton } from './github-star-button'
99
import { LocaleSwitcher } from './locale-switcher'
10-
import { NowPlaying } from './now-playing'
1110

1211
export function LayoutFooter() {
1312
const t = useTranslations()
1413

1514
return (
1615
<footer className='mx-auto mb-12 w-full max-w-5xl rounded-2xl bg-background/30 p-8 backdrop-blur-md'>
17-
<NowPlaying className='mb-12' />
16+
{/* <NowPlaying className='mb-12' /> */}
1817
<div className='mb-30 grid grid-cols-2 gap-10 sm:grid-cols-3'>
1918
{FOOTER_GROUPS.map((group) => (
2019
<div key={group.id} className='flex flex-col items-start gap-4'>

0 commit comments

Comments
 (0)