From e10269ae282b1903cab40a3f62ea37094239943f Mon Sep 17 00:00:00 2001 From: Sahil Verma <83828231+sahilverma-dev@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:34:22 -0700 Subject: [PATCH] Fix Category & Gif buttons subbmiting forms (#31) --- src/components/body/Category.tsx | 1 + src/components/body/ResultImage.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/body/Category.tsx b/src/components/body/Category.tsx index fff303e..e4c4354 100644 --- a/src/components/body/Category.tsx +++ b/src/components/body/Category.tsx @@ -13,6 +13,7 @@ function Category({ image, text, onClick}: CategoryProps): JSX.Element { return (