Skip to content

Commit 4b61339

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: add cursor-pointer class on ProjectSelector (#38997)
GitOrigin-RevId: 3dddb4fd13efe6ff3f10cb7654354217b485a68c
1 parent 411ae4f commit 4b61339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-packages/dashboard/src/components/header/ProjectSelector/ProjectSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export function ProjectSelector({
7777
? [className]
7878
: ["text-content-primary", "hover:bg-background-tertiary"]),
7979
"rounded-full",
80+
"cursor-pointer",
8081
)}
8182
onClick={() => {
8283
logEvent("click project selector");

0 commit comments

Comments
 (0)