Skip to content

Commit

Permalink
docs: fix example (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Oct 4, 2024
1 parent 94433c3 commit 7a08938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Header: React.FC = () => {
<div className="hidden lg:block lg:flex-1 lg:self-stretch">
<div className="flex h-full space-x-8">
{['Women', 'Man', 'Company', 'Stores'].map((s, i) => (
<div className="flex">
<div className="flex" key={i}>
<div className="relative flex">
<button
className="text-gray-700 hover:text-gray-800 relative z-10 flex items-center justify-center text-sm font-medium transition-colors duration-200 ease-out"
Expand Down

0 comments on commit 7a08938

Please # to comment.