From 558fcb16b6d57851bb23cbc3757cdc829f159bfd Mon Sep 17 00:00:00 2001 From: not-nullptr Date: Mon, 18 Mar 2024 02:21:19 +0000 Subject: [PATCH] fix: bounce --- src/routes/account/+layout.svelte | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/routes/account/+layout.svelte b/src/routes/account/+layout.svelte index b1a203d..06e57fa 100644 --- a/src/routes/account/+layout.svelte +++ b/src/routes/account/+layout.svelte @@ -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, }, ); }