completionId: cgen-0644b6661f3f47099f14d1592382cc80
cgen-0644b6661f3f47099f14d1592382cc80
This commit is contained in:
parent
c8d65048de
commit
c51ec0cac5
1 changed files with 17 additions and 0 deletions
|
|
@ -784,6 +784,23 @@ const ProfilePassport = () => {
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
{creatorProfile?.spotify_profile_url && (
|
||||||
|
<Button
|
||||||
|
asChild
|
||||||
|
variant="ghost"
|
||||||
|
className="h-8 px-2 text-xs text-slate-200"
|
||||||
|
>
|
||||||
|
<a
|
||||||
|
href={creatorProfile.spotify_profile_url}
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
<Music className="h-3.5 w-3.5 mr-1" />
|
||||||
|
Spotify
|
||||||
|
<ExternalLink className="ml-1 h-3.5 w-3.5" />
|
||||||
|
</a>
|
||||||
|
</Button>
|
||||||
|
)}
|
||||||
{profile.bio && (
|
{profile.bio && (
|
||||||
<Badge
|
<Badge
|
||||||
variant="outline"
|
variant="outline"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue