Skip to content

Commit

Permalink
Update Navigation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
trolit committed Jun 3, 2024
1 parent b2932a9 commit a98e165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Listbox, ListboxItem } from '@nextui-org/react';
import { useNavigate } from 'react-router-dom';
import { Link, Listbox, ListboxItem } from '@nextui-org/react';
import { BookTextIcon, BotIcon, BugIcon, HeadsetIcon, Link2Icon } from 'lucide-react';
import {
SOUNDTRACKS_ROUTE,
Expand Down Expand Up @@ -65,7 +66,6 @@ export function Navigation({ onAboutMePress }: IProps) {
</div>
) : undefined
}
onPress={onPress}
>
<span className='text-4xl'>{name}</span>
</ListboxItem>
Expand Down

0 comments on commit a98e165

Please sign in to comment.