📝 docs: add todo to experiment using Link componnt

This commit is contained in:
Wahyu Kurniawan 2024-02-28 16:48:09 +07:00
parent 6f04e4e97e
commit 9170b73862
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -31,6 +31,8 @@ export interface ProjectCardProps
project: Project; project: Project;
} }
// TODO: Update the whole component to use `Link` from `react-router-dom` and remove the `useNavigate` hook,
// currently it's not possible to use `Link` because the dot menu is not a direct child of the `Link` component
export const ProjectCard = ({ export const ProjectCard = ({
className, className,
project, project,