mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 05:11:14 -05:00
Fix card navigation links
This commit is contained in:
@@ -13,7 +13,7 @@ const OperatorCard = ({ company }: OperatorCardProps) => {
|
||||
const navigate = useNavigate();
|
||||
|
||||
const handleClick = () => {
|
||||
navigate(`/operators/${company.slug}/parks/`);
|
||||
navigate(`/operators/${company.slug}`);
|
||||
};
|
||||
|
||||
const getCompanyIcon = () => {
|
||||
|
||||
Reference in New Issue
Block a user