|
|
@ -48,10 +48,11 @@ const { |
|
|
|
{ |
|
|
|
{ |
|
|
|
isNew && ( |
|
|
|
isNew && ( |
|
|
|
<span class='absolute bottom-1.5 right-2 flex items-center rounded-br rounded-tl text-xs font-medium text-purple-300'> |
|
|
|
<span class='absolute bottom-1.5 right-2 flex items-center rounded-br rounded-tl text-xs font-medium text-purple-300'> |
|
|
|
<span class='flex h-2 w-2'> |
|
|
|
<span class='mr-1.5 flex h-2 w-2'> |
|
|
|
<span class='absolute inline-flex h-2 w-2 animate-ping rounded-full bg-purple-400 opacity-75' /> |
|
|
|
<span class='absolute inline-flex h-2 w-2 animate-ping rounded-full bg-purple-400 opacity-75' /> |
|
|
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-purple-500' /> |
|
|
|
<span class='relative inline-flex h-2 w-2 rounded-full bg-purple-500' /> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
New |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
) |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|