Skip to content

Commit

Permalink
fix: updated the tags-color when they are hovered (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-shivam-gupta authored Sep 17, 2023
1 parent 48421fe commit b5b2464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[category]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const CategoryPage = () => {
<Link
key={i}
href={`/${category}${subcat.url}`}
className={`border-2 dark:border-theme-primary rounded-md bg-transparent dark:text-theme-primary text-text-secondary px-3 py-1 text-md capitalize hover:border-dashed hover:text-light-primary shadow-lg`}
className={`border-2 dark:border-theme-primary rounded-md bg-transparent dark:text-theme-primary text-text-secondary px-3 py-1 text-md capitalize hover:border-dashed hover:text-dark-primary shadow-lg`}
>
{subcat.name}
</Link>
Expand Down

1 comment on commit b5b2464

@vercel
Copy link

@vercel vercel bot commented on b5b2464 Sep 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.