Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
feat: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Aug 20, 2024
1 parent 264eada commit 477cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductsMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ProductsMenu = () => {

return (
<Menu setActive={setActive}>
<MenuItem setActive={setActive} active={active} item="Services">
<MenuItem setActive={setActive} active={active} item="Products">
<div className="flex flex-col space-y-3 text-sm min-w-52">
<HoveredLink href="/docs">
<div className="py-1">
Expand Down

0 comments on commit 477cfb3

Please sign in to comment.