🖼️ added images support
- Should investigate how to resize the image from .md specs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
interface TagBadgeProps {
|
||||
count: number;
|
||||
className?: string;
|
||||
count: number
|
||||
className?: string
|
||||
}
|
||||
|
||||
export function TagBadge({ count, className = '' }: TagBadgeProps) {
|
||||
@@ -16,5 +16,5 @@ export function TagBadge({ count, className = '' }: TagBadgeProps) {
|
||||
>
|
||||
{count}
|
||||
</span>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user