completionId: cgen-7c19167fbfb0488aa84c79db9c00320c
cgen-7c19167fbfb0488aa84c79db9c00320c
This commit is contained in:
parent
afaf58a639
commit
1c720ac73e
1 changed files with 12 additions and 0 deletions
|
|
@ -153,6 +153,18 @@ export default function CreatorProfile() {
|
|||
</a>
|
||||
</Button>
|
||||
)}
|
||||
{creator.spotify_profile_url && (
|
||||
<Button asChild variant="outline">
|
||||
<a
|
||||
href={creator.spotify_profile_url}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Music className="h-4 w-4 mr-2" />
|
||||
Listen on Spotify
|
||||
</a>
|
||||
</Button>
|
||||
)}
|
||||
<Button variant="outline">
|
||||
<MessageSquare className="h-4 w-4 mr-2" />
|
||||
Message
|
||||
|
|
|
|||
Loading…
Reference in a new issue