Fix card navigation links

This commit is contained in:
gpt-engineer-app[bot]
2025-10-02 19:46:14 +00:00
parent 0f087b2921
commit 8289c5aebd
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ const OperatorCard = ({ company }: OperatorCardProps) => {
const navigate = useNavigate();
const handleClick = () => {
navigate(`/operators/${company.slug}/parks/`);
navigate(`/operators/${company.slug}`);
};
const getCompanyIcon = () => {