From 0b7ea6015b3ae7df1e94393986318d95817a6a3c Mon Sep 17 00:00:00 2001 From: DarioEsp Date: Sun, 24 Jul 2022 00:45:01 -0400 Subject: [PATCH] fix!: LInk hover --- src/layout/header/categories.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/layout/header/categories.tsx b/src/layout/header/categories.tsx index 549a0fb..e70c3fb 100644 --- a/src/layout/header/categories.tsx +++ b/src/layout/header/categories.tsx @@ -15,9 +15,20 @@ const Categories = () => { return ( <> {data.map((category: string) => ( - - {category} - + + + {category} + + ))} );