Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
preshetin committed Aug 9, 2024
1 parent 39235b0 commit 9b506ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Example() {
</button>
</div>
<div className="hidden lg:flex lg:gap-x-12">
{navigation.map((item) => (
{navigation.map((item: any) => (
<a key={item.name} href={item.href} className="text-sm font-semibold leading-6 text-gray-900">
{item.name}
</a>
Expand Down

0 comments on commit 9b506ae

Please sign in to comment.