chore: Update translations
This commit is contained in:
parent
3b68e6348f
commit
904216e330
@ -15,13 +15,7 @@ export default function CategoryLink({
|
||||
className?: string;
|
||||
}) {
|
||||
return (
|
||||
<Link
|
||||
to={`/category/${id}`}
|
||||
key={id}
|
||||
className={classNames(
|
||||
"text-xl font-semibold rounded-xl",
|
||||
className
|
||||
)}>
|
||||
<Link to={`/category/${id}`} key={id} className={classNames("text-xl font-semibold rounded-xl", className)}>
|
||||
<div className="min-w-[12rem] flex items-center justify-between gap-4 px-6 py-2 whitespace-nowrap">
|
||||
{name}
|
||||
<Icon name={icon} size={20} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user