website refactor
This commit is contained in:
@@ -8,7 +8,9 @@ export interface CategoryIconProps {
|
||||
}
|
||||
|
||||
export const CategoryIcon = ({
|
||||
category}: CategoryIconProps) => {
|
||||
category,
|
||||
size = 24
|
||||
}: CategoryIconProps) => {
|
||||
// Map categories to icons if needed, for now just use Tag
|
||||
return (
|
||||
<Box
|
||||
|
||||
Reference in New Issue
Block a user