Skip to content

Commit 7a7064b

Browse files
committed
fix: add cursor-pointer to ask ai button
1 parent b872a5f commit 7a7064b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { PiSparkle } from "react-icons/pi";
1717
</div>
1818

1919
<button
20-
class="flex h-9 shrink-0 items-center gap-1.5 rounded-full bg-neutral-300 px-3 text-sm font-medium text-black dark:bg-neutral-900 dark:text-white"
20+
class="flex h-9 shrink-0 cursor-pointer items-center gap-1.5 rounded-full bg-neutral-300 px-3 text-sm font-medium text-black dark:bg-neutral-900 dark:text-white"
2121
onclick="window.dispatchEvent(new CustomEvent('toggle-ask-ai'))"
2222
>
2323
<PiSparkle />

0 commit comments

Comments
 (0)