mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-25 08:44:35 +01:00
fix: bounce
This commit is contained in:
parent
7e49d2dc92
commit
558fcb16b6
1 changed files with 6 additions and 7 deletions
|
|
@ -29,10 +29,10 @@
|
|||
name: "Public Game Lobby",
|
||||
href: "/account/lobby",
|
||||
},
|
||||
// {
|
||||
// name: "Friends",
|
||||
// href: "/account/friends",
|
||||
// },
|
||||
{
|
||||
name: "Friends",
|
||||
href: "/account/friends",
|
||||
},
|
||||
];
|
||||
|
||||
function navClick(e: MouseEvent | HTMLAnchorElement) {
|
||||
|
|
@ -80,11 +80,10 @@
|
|||
],
|
||||
$reducedMotion
|
||||
? {
|
||||
duration: 360,
|
||||
delay: 0,
|
||||
duration: 0,
|
||||
}
|
||||
: {
|
||||
duration: 0,
|
||||
duration: 360,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue