fixes
This commit is contained in:
@@ -28,9 +28,7 @@ export const Badge = ({
|
||||
const image = BadgeImage[name];
|
||||
|
||||
return (
|
||||
<span
|
||||
className={cn("badge badge-secondary badge-outline h-fit p-1", className)}
|
||||
>
|
||||
<span className={cn("flex h-fit p-1", className)}>
|
||||
<img src={image.src} alt={name} width={100} />
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user