We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616e666 commit e9e9c77Copy full SHA for e9e9c77
web/src/modules/browse/components/HomePageComponent.tsx
@@ -61,7 +61,7 @@ export const HomePageComponent = () => {
61
62
{/* RECENT SONGS */}
63
<div className='flex flex-row flex-wrap justify-between items-center gap-4 mb-2'>
64
- <h2 className='text-xl uppercase z-10'>Recent songs</h2>
+ <h2 className='text-xl uppercase z-[2]'>Recent songs</h2>
65
<CategoryButtonGroup />
66
</div>
67
<div className='h-6' />
0 commit comments