Skip to content

Commit 9d54273

Browse files
removed width 0 onload
1 parent d4bc867 commit 9d54273

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/ui/NavigationBar.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,10 @@ export const HoverNavigation = ({
117117
width: availableVisible ? "auto" : "0px",
118118
opacity: availableVisible ? "100%" : "0%",
119119
}}
120-
initial={{
121-
width: "0px",
122-
}}
123120
className="flex w-auto flex-row items-center justify-center pr-2 whitespace-nowrap opacity-100 lg:w-0 lg:opacity-0"
124121
>
125122
<a
126-
tabIndex={1}
123+
tabIndex={0}
127124
href="/contact"
128125
className="overflow-hidden text-sm whitespace-nowrap transition-colors duration-150 hover:text-green-500 sm:text-base"
129126
>

0 commit comments

Comments
 (0)