design: LastPlayed => NowPlaying, improve look of component, add last updated, listenbrainz credit

This commit is contained in:
Aidan 2025-05-09 10:22:20 -04:00
parent 618f5de8f5
commit 78436b4a9e
2 changed files with 27 additions and 6 deletions

View file

@ -4,7 +4,7 @@ import Header from '@/components/Header'
import Footer from '@/components/Footer'
import Button from '@/components/objects/Button'
import Link from '@/components/objects/Link'
import LastPlayed from '@/components/widgets/LastPlayed'
import LastPlayed from '@/components/widgets/NowPlaying'
import Image from 'next/image'
import { CreditCard, Mail, PillBottle, Scale } from 'lucide-react'
import { FaHandcuffs } from "react-icons/fa6"