We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bc867 commit 9d54273Copy full SHA for 9d54273
src/components/ui/NavigationBar.tsx
@@ -117,13 +117,10 @@ export const HoverNavigation = ({
117
width: availableVisible ? "auto" : "0px",
118
opacity: availableVisible ? "100%" : "0%",
119
}}
120
- initial={{
121
- width: "0px",
122
- }}
123
className="flex w-auto flex-row items-center justify-center pr-2 whitespace-nowrap opacity-100 lg:w-0 lg:opacity-0"
124
>
125
<a
126
- tabIndex={1}
+ tabIndex={0}
127
href="/contact"
128
className="overflow-hidden text-sm whitespace-nowrap transition-colors duration-150 hover:text-green-500 sm:text-base"
129
0 commit comments