add pointer
This commit is contained in:
@@ -2,7 +2,7 @@ export const ProjectsHeading = (props: {
|
||||
title: string;
|
||||
onClick: () => void;
|
||||
}) => (
|
||||
<h5 className="text-sm font-bold hover:underline" onClick={props.onClick}>
|
||||
<h5 className="text-sm font-bold hover:underline cursor-pointer" onClick={props.onClick}>
|
||||
{props.title}
|
||||
</h5>
|
||||
);
|
||||
|
Reference in New Issue
Block a user