diff --git a/src/components/CategoryNav.css b/src/components/CategoryNav.css index a154351..cd6701a 100644 --- a/src/components/CategoryNav.css +++ b/src/components/CategoryNav.css @@ -1,4 +1,4 @@ -.nav { +.category-nav { box-shadow: inset 0px -1px 0px var(--border-muted); overflow-x: scroll; white-space: nowrap; diff --git a/src/components/CategoryNav.jsx b/src/components/CategoryNav.jsx index 58f6865..1f2090c 100644 --- a/src/components/CategoryNav.jsx +++ b/src/components/CategoryNav.jsx @@ -9,7 +9,7 @@ export default function CategoryNav({ filter, setFilter }) { ...data.tools ]; - return