Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Aug 9, 2024
1 parent c171670 commit 0039749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/artist/[artist]/artist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function Artist({ artistDetail, data }) {
alt=''
className='w-[146px] rounded-full object-cover aspect-square'
/>
<div className='space-y-1.5 text-center'>
<div className='space-y-1.5 text-center flex-col flex items-center'>
<div className='text-xl font-semibold'>{artist.penName}</div>
{artist.name && <div className='text-text-teriary font-medium text-sm'>{artist.name}</div>}
<div className='flex gap-3 items-center text-sm font-medium'>
Expand Down

0 comments on commit 0039749

Please sign in to comment.