polishing

This commit is contained in:
planetabhi
2023-12-22 03:12:44 +05:30
parent 2289a60f08
commit e4523539ec
4 changed files with 53 additions and 52 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import CategoryNavItem from "./CategoryNavItem";
export default function CategoryNav({ filter, setFilter }) {
const navItems = [
{title: "🔥 All", category: "all"},
{title: "🔥 All", category: "all"},
...data.tools
];
+1 -2
View File
@@ -5,7 +5,7 @@
outline: none;
background: none;
cursor: pointer;
font-weight: 500;
border-bottom: 2px solid transparent;
}
.nav__item:hover {
@@ -14,6 +14,5 @@
.nav__item.is-active {
color: var(--text-primary);
font-weight: 500;
border-bottom: 2px solid var(--icon-primary);
}