We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91988d0 commit e35d275Copy full SHA for e35d275
1 file changed
src/components/AskAi/index.tsx
@@ -51,6 +51,7 @@ export const AskAi = () => {
51
aria-expanded="false"
52
role="button"
53
className={`navbar__link breadcrumbs__link ${styles.btn}`}
54
+ onClick={($event) => $event.preventDefault()}
55
>
56
Ask AI
57
</a>
0 commit comments