mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
d96bd2a547
commit
e3486ab550
23 changed files with 331 additions and 261 deletions
|
|
@ -14,15 +14,15 @@ export default function Home() {
|
|||
return (
|
||||
<div>
|
||||
<CoverRow
|
||||
title="Good Morning"
|
||||
title='Good Morning'
|
||||
playlists={recommendedPlaylists?.result.slice(0, 10) ?? []}
|
||||
isSkeleton={isLoadingRecommendedPlaylists}
|
||||
/>
|
||||
|
||||
<div className="mt-10 mb-4 text-[28px] font-bold text-black dark:text-white">
|
||||
<div className='mt-10 mb-4 text-[28px] font-bold text-black dark:text-white'>
|
||||
For You
|
||||
</div>
|
||||
<div className="grid grid-cols-2 gap-6">
|
||||
<div className='grid grid-cols-2 gap-6'>
|
||||
<DailyTracksCard />
|
||||
<FMCard />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue