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

Add bottom margin to artist placeholder

+1 -1
+1 -1
apps/web/src/pages/genre/artists/Artists.tsx
··· 68 68 /> 69 69 )} 70 70 {!artist.picture && ( 71 - <div className="w-[200px] h-[200px] rounded-[80px] bg-[rgba(243, 243, 243, 0.725)] flex items-center justify-center"> 71 + <div className="w-[200px] h-[200px] rounded-[80px] bg-[rgba(243, 243, 243, 0.725)] flex items-center justify-center mb-[20px]"> 72 72 <div 73 73 style={{ 74 74 height: 60,