add pointer
This commit is contained in:
parent
9f8e16c036
commit
e1aefc435a
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user