add pointer
This commit is contained in:
parent
9f8e16c036
commit
e1aefc435a
@ -2,7 +2,7 @@ export const ProjectsHeading = (props: {
|
|||||||
title: string;
|
title: string;
|
||||||
onClick: () => void;
|
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}
|
{props.title}
|
||||||
</h5>
|
</h5>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user