mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
removed width 0 onload
This commit is contained in:
parent
d4bc8672d7
commit
9d542730cd
1 changed files with 1 additions and 4 deletions
|
|
@ -117,13 +117,10 @@ export const HoverNavigation = ({
|
|||
width: availableVisible ? "auto" : "0px",
|
||||
opacity: availableVisible ? "100%" : "0%",
|
||||
}}
|
||||
initial={{
|
||||
width: "0px",
|
||||
}}
|
||||
className="flex w-auto flex-row items-center justify-center pr-2 whitespace-nowrap opacity-100 lg:w-0 lg:opacity-0"
|
||||
>
|
||||
<a
|
||||
tabIndex={1}
|
||||
tabIndex={0}
|
||||
href="/contact"
|
||||
className="overflow-hidden text-sm whitespace-nowrap transition-colors duration-150 hover:text-green-500 sm:text-base"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue