Skip to content

Commit

Permalink
Disable Grammarly chrome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 20, 2024
1 parent 70d947b commit 7baf6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TextBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export const TextBox: FC<Props> = ({ onInput, value }) => (
value={value}
placeholder="{}"
spellcheck={false}
data-gramm="false"
/>
);

0 comments on commit 7baf6a2

Please sign in to comment.