A decentralized music tracking and discovery platform built on AT Protocol 🎵

fix: change div to span for consistent styling in ArtistListeners component

+2 -2
+2 -2
apps/web/src/pages/artist/ArtistListeners/ArtistListeners.tsx
··· 58 58 </Link> 59 59 )} 60 60 {!item.mostListenedSong.uri && ( 61 - <div style={{ fontWeight: 600 }}> 61 + <span style={{ fontWeight: 600 }}> 62 62 {item.mostListenedSong.title} 63 - </div> 63 + </span> 64 64 )}{" "} 65 65 a lot 66 66 </div>