polishing

This commit is contained in:
planetabhi
2024-07-14 13:32:26 +05:30
parent 6e5678fef8
commit dc409e78dd
8 changed files with 47 additions and 32 deletions
+1 -1
View File
@@ -48,5 +48,5 @@ span.tag {
margin-top: var(--spacing-08);
font-size: var(--desktop-caption);
line-height: var(--lh-desktop-caption);
font-family: var(--system-ui);
font-family: var(--body-copy);
}
+1 -1
View File
@@ -5,7 +5,7 @@ import CategoryNavItem from "./CategoryNavItem";
export default function CategoryNav({ filter, setFilter }) {
const navItems = [
{title: "🤗 All Tools", category: "all"},
{title: "All Tools", category: "all"},
...data.tools
];
+1 -1
View File
@@ -6,7 +6,7 @@
background: none;
cursor: pointer;
border-bottom: 2px solid transparent;
font-family: var(--system-ui);
font-family: var(--body-copy);
font-weight: 400;
color: var(--text-secondary-alt);
}