perf: remove next.redirect by going straight to event-types (#20920)

This commit is contained in:
Benny Joo
2025-04-23 20:23:50 +00:00
committed by GitHub
parent d844fd6ef7
commit 80f2e61189
@@ -254,7 +254,7 @@ const useTabs = ({ isDelegationCredentialEnabled }: { isDelegationCredentialEnab
const BackButtonInSidebar = ({ name }: { name: string }) => {
return (
<Link
href="/"
href="/event-types"
className="hover:bg-subtle todesktop:mt-10 [&[aria-current='page']]:bg-emphasis [&[aria-current='page']]:text-emphasis group-hover:text-default text-emphasis group my-6 flex h-6 max-h-6 w-full flex-row items-center rounded-md px-3 py-2 text-sm font-medium leading-4 transition"
data-testid={`vertical-tab-${name}`}>
<Icon