diff --git a/.env.example b/.env.example index 566de870d..f964a917c 100644 --- a/.env.example +++ b/.env.example @@ -23,13 +23,6 @@ IP_ADDRESS_SALT="random-passphrase" # https://www.better-auth.com/docs/installation#set-environment-variables BETTER_AUTH_SECRET="super_secret_key_32_chars_minimum" -# [Optional] -# Spotify Now Playing -# https://developer.spotify.com/documentation/web-api/reference/get-the-users-currently-playing-track -SPOTIFY_CLIENT_ID= -SPOTIFY_CLIENT_SECRET= -SPOTIFY_REFRESH_TOKEN= - # [Optional] # Dashboard page diff --git a/src/components/layout/layout-footer.tsx b/src/components/layout/layout-footer.tsx index 43c9b237b..84c8c8fe4 100644 --- a/src/components/layout/layout-footer.tsx +++ b/src/components/layout/layout-footer.tsx @@ -7,14 +7,12 @@ import { FOOTER_GROUPS } from '@/constants/navigation' import { GithubStarButton } from './github-star-button' import { LocaleSwitcher } from './locale-switcher' -import { NowPlaying } from './now-playing' export function LayoutFooter() { const t = useTranslations() return (