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