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 0437768 commit c4364b3Copy full SHA for c4364b3
1 file changed
frontend/src/ts/components/layout/header/Nav.tsx
@@ -175,8 +175,8 @@ export function Nav(): JSXElement {
175
fallback={
176
<Anime
177
initial={{ opacity: 0 }}
178
- animate={{ opacity: 1, duration: 1250 }}
179
- exit={{ opacity: 0, duration: 1250 }}
+ animate={{ opacity: 1, duration: 125 }}
+ exit={{ opacity: 0, duration: 125 }}
180
>
181
<Show when={showLoginButton()}>
182
<Button
@@ -200,8 +200,8 @@ export function Nav(): JSXElement {
200
{(snap) => (
201
202
203
204
205
206
<div
207
ref={accountMenuRef}
0 commit comments