Skip to content

beyond the streets of amaerica#3880

Open
4tha5 wants to merge 1 commit into
github:mainfrom
4tha5:patch-1
Open

beyond the streets of amaerica#3880
4tha5 wants to merge 1 commit into
github:mainfrom
4tha5:patch-1

Conversation

@4tha5

@4tha5 4tha5 commented Jun 21, 2026

Copy link
Copy Markdown

import Card from "@/components/ui/Card";
import Badge from "@/components/ui/Badge";

export default function ArtistCard({ artist }) {
return (




{artist.name}


{artist.country}



  <div className="flex flex-wrap gap-2">
    {artist.tags?.map((tag) => (
      <Badge key={tag}>{tag}</Badge>
    ))}
  </div>
</Card>

);
}

@4tha5 4tha5 requested a review from a team June 21, 2026 19:27

@ja552588 ja552588 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4tha5:patch-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants