We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae09622 + cee2266 commit c8db963Copy full SHA for c8db963
1 file changed
src/components/Header/Header.tsx
@@ -80,7 +80,7 @@ const Header = ({ backgroundColor, textColor }: HeaderProps) => {
80
{subItems?.map(({ label: subLabel, path }, index) => (
81
<div
82
key={subLabel}
83
- className={`flex h-[53px] w-[143px] items-center justify-center border-b border-[#ECECEC] hover:bg-[#908F8F1A] ${
+ className={`flex h-[53px] w-[143px] items-center justify-center border-b border-[#ECECEC] hover:bg-[#908F8F1A] cursor-pointer ${
84
index === subItems.length - 1 ? "border-b-0" : ""
85
}`}
86
onClick={() => goToMenu(path)}
0 commit comments