📝 docs: add todo to experiment using Link
componnt
This commit is contained in:
parent
6f04e4e97e
commit
9170b73862
@ -31,6 +31,8 @@ export interface ProjectCardProps
|
||||
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 = ({
|
||||
className,
|
||||
project,
|
||||
|
Loading…
Reference in New Issue
Block a user