A decentralized music tracking and discovery platform built on AT Protocol 🎵
listenbrainz spotify atproto lastfm musicbrainz scrobbling

Use muted handle color and show 'You' for self

Changed files
+5 -2
apps
web
src
pages
profile
circles
+5 -2
apps/web/src/pages/profile/circles/Circles.tsx
··· 113 113 scrollToTop(); 114 114 }} 115 115 > 116 - <LabelSmall className="!text-[var(--color-primary)] mt-[3px] mb-[5px]"> 116 + <LabelSmall className="!text-[var(--color-text-muted)] mt-[3px] mb-[5px]"> 117 117 @{neighbour.handle} 118 118 </LabelSmall> 119 119 </Link> 120 120 </div> 121 121 <p className="mt-[0px] mb-[0px] text-[14px]"> 122 - They both listen to{" "} 122 + {localStorage.getItem("did") === profile.data?.did 123 + ? "You" 124 + : "They"}{" "} 125 + both listen to{" "} 123 126 {neighbour.topSharedArtistsDetails.map((artist, index) => ( 124 127 <div key={artist.id} className="inline"> 125 128 <Link