Skip to content

Commit 6bd40b8

Browse files
committed
fix: mismatched text colors in hero banner paragraphs
1 parent 35f7a29 commit 6bd40b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/src/modules/browse/WelcomeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const WelcomeBanner = () => {
2929
blocks, where you can discover, share and listen to note block music
3030
from all around the world.
3131
</p>
32-
<p className='mb-2'>
32+
<p className='mb-2 text-green-100'>
3333
Start by browsing some of the songs uploaded by the community, or
3434
check out some of our useful resources below!
3535
</p>

0 commit comments

Comments
 (0)